I want to find a caffe python data layer example to learn.
I know that Fast-RCNN has a python data layer, but it\'s rather complicated since I
am not familiar with object de
@Shai's answer is great. At the same time, I find another detailed example about python data layer in one PR of caffe-master. https://github.com/BVLC/caffe/pull/3471/files
I hope this detailed example be helpful for anyone else.