-
Notifications
You must be signed in to change notification settings - Fork 442
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
How do I load images instead of LMDB? #262
Comments
I have modified the image_data layer to support read images and annotation boxes. If you want the file, you could give me your Email. |
Wow,thanks, that's very kind of u!! I've been trying to modify Image_data_layer for days,but it doesn't work!! |
I have send the Email to you. the file is suitable for my caffe project. May be your should modify somthing. |
I forgot the prototxt,I'm sure you should modify some details. |
Got it~ I’m trying to read your code now, thank you for your help! |
HI~WangYX-TKZ , It is very kind of u. and Can u share the image_data layer to me ? my email is [email protected]. I want this layer because I find that image_data_layer has better performance in some classification task. I guess the shuffle between epochs that lmdb hard to do is the reason. |
Ths ! my email is [email protected]. I want this layer Because I have more than 3 channels images, I can finished base on your work. Ths!!! |
HI~GaryWBH , Can u share the image_data layer to me ? my email is [email protected]. Ths !!! |
HI eric612,
I read your source code, there is a problem.
Your Caffe reads LMDB type data. I need to directly read image data instead of LMDB. In the native Caffe, image reads do not support multiple tags and annotation boxes.
How can I modify to read images with multiple tags using your model?
Thanks
The text was updated successfully, but these errors were encountered: