-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The test with the landmark.py you applied is not accurate. #16
Comments
The code here process the image. The model here is still not comparable to the original paper. |
THX. But the mean_file in caffe's example is the mean of the training image.And it's not the same as the following:
Does it affect the result? |
@XiaXuehai Yes. Caffe support an external mean_file for data layer. But I didn't use it. Actually, I did the image processing in my own code and give a raw data input to the network. |
Hello, luoyetx, |
@hugowangyj You can find some data in this pdf. |
Yes, but it is still a large lag behind the original paper. |
I use the landmark and the caffemodel you applied to test the image,and the result wasn't accurate.
and I see the
classification.cpp
caffe applied.The input testing image should minus mean_file.Do you think it's a factor of inaccuracy.The text was updated successfully, but these errors were encountered: