Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
ReadImageToCVMat strange error #3166
Comments
stanstarks
commented
Nov 4, 2015
|
Is your data placed under '/' folder? or you mean 'data/1285162/174_t6_06017.jpg'? |
basuam
commented
Nov 21, 2015
|
I have the same error, I posted it recently here.... Apparently is not possible to work with images... something changed in Caffe |
iridescent303
commented
Dec 16, 2015
|
I have met the same problem too. |
jpsquare
commented
Apr 10, 2016
|
Is the above issue caused due to a problem in the file holding the image urls? |
jpsquare
commented
Apr 14, 2016
|
Yes I resolved this issue by prepending the absolute path to the images in the file holding the image names. Thus the image urls could now be resolved by the opencv methods |
|
Closing, since this seems to be resolved, and related to installation/library problems and not caffe. |
seanbell
closed this
Apr 24, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
swamiviv commentedOct 7, 2015
I am trying to train a deep network on a lot of data stored in a cluster. I have been training several networks successfully over the past weeks and suddenly now I get the following error:
I had checked the following already:
** The file exists and is not corrupted
** I can read/display the file using a stand alone opencv code with imread (the same that caffe uses).
I am puzzled by this. Could anyone get what is happening here ? If it helps, I am using ImageDatalayer to feed the input. I tried to create a lmdb database with all my data, the same thing occured there - the same error occured for some images when lmdb was created.