I have images of size 2754*3778 and I want to use caffe for training. In the create image.sh
file which is for converting the .jpg
images to .lmdb
format, the default resize value is 227*227. Can I change it to other values? if yes how much I can change? when I change it to my images value it does not work!
Asked
Active
Viewed 114 times
0

user6352340
- 107
- 2
- 10
-
Possible duplicate of [guide to use convert\_imageset.cpp](http://stackoverflow.com/questions/31427094/guide-to-use-convert-imageset-cpp) – Shai Oct 13 '16 at 10:09
-
what do you mean by "it does not work"? be specific. add error message/log if you have. – Shai Oct 13 '16 at 10:11
-
@Shai it does not work I mean that I get `.lmdb` file created but when I view it all the values are zero!!!! – user6352340 Oct 13 '16 at 15:14