Chen Ma

Results 48 comments of Chen Ma

You can read the experimental section of my paper to get all the F1 scores.

@cug-lucifer I have BP4D database, but it must sign an agreement with the creator of BP4D, otherwise it will have law issue. You can contact with BP4D creator.

Yes, I use the same pixel file, which is located in https://drive.google.com/open?id=1y-yjOPuo7OcXA_bbNIZ0bfmV72mOBXON

It should be noted that the mean file only stores the avarage pixel value over the whole dataset, so this is not strictly limited to my file. You can compute...

应该可以,但是必须是正脸图像,可以提取landmark

1. Yes, we can assess the performance of a single image. Look at my evaluation code 2. You can use Dlib to extract all the landmarks of a face. Then...

@lucky-starh I will convert to a pytorch version.

@lucky-starh I am currently working on the PyTorch version!

If you use `memcached` and `pylibmc` to store the bounding box coordinates, the training will be accelarate by the cache. You must assure the cache is correctly used in the...

@lucky-starh if the input image is 512 x 512, batch size =20 is too large to the GPU memory, batch size = 5 will be better.