Skip to content

ReadImageToCVMat strange error #3166

@swamiviv

Description

@swamiviv

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:

E1007 17:11:25.214215   922 io.cpp:81] Could not open or find file /data/1285162/174_t6_06017.jpg
F1007 17:11:25.214344   922 image_data_layer.cpp:162] Check failed: cv_img.data Could not load /data/174_t6_06017.jpg

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions