nyanp / mnisten

convert image files to mnist idx format
61 stars 30 forks source link

mnisten error #11

Closed yyfsss closed 7 years ago

yyfsss commented 7 years ago

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

yyfsss commented 7 years ago

and can you give me a example on how to use Caffe to train my own color images which include the image converttion .

yyfsss commented 7 years ago

@nyanp

yyfsss commented 7 years ago

When I use debug model It cannot recognize my images. but When I use release model It works.

nyanp commented 7 years ago

@yyfsss What debug/release model means? Did you solved the ploblem?

yyfsss commented 7 years ago

@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.