-
Notifications
You must be signed in to change notification settings - Fork 30
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
mnisten error #11
Comments
and can you give me a example on how to use Caffe to train my own color images which include the image converttion . |
When I use debug model It cannot recognize my images. but When I use release model It works. |
@yyfsss |
@nyanp Yes The problem has been solved. It means I use Vs Dubug model build the mnisten but it cannot recognize my inages. When I use Vs Release model to bulid the mnisten It works. |
When i use mnisten master to convert my image. It always shows that no images. It seems that it cant recognition my own images. When i use opencv to convert my color to the vec_t. Caffe also says no images and drop out of the vector.
here is the command when i use mnisten :
--mnisten -d E:\train3\ -o prefix -s 32x24
here is the error messages:
0:cat 0images
1:dog 0images
2:horse 0images
error:total images are less than num_tests
my images format are .jpg format
The text was updated successfully, but these errors were encountered: