Closed srohit0 closed 5 years ago
R-CNN model is not supported by MIVisionX yet.
Closing this issue as its the same as issue 6 in MIVisionX.
You mean the message "caffe2nnir.py ERROR: caffe operation Python is not supported yet" from script is causing segmentation fault?
Does the executable caffe2openvx use this script internally?
Stack trace shows seg-fault in STD::map operator, not in script.
So, it looks different at MIVision's issue#6 from usage, source and symptom point of view.
You are trying to run VGG16 R-CNN Model, which is not supported yet by neural network extensions. If the underneath layers are not implemented, it does not matter if you call caffe2nnir or caffe2openvx, they would fail. The solution for both these issues is to extend the support to the missing layers.
caffe2openvx gives Segmentation fault (core dumped) on VGG16 RCNN Model.
Caffe Model
Faster RCNN Caffe model was downloaded from BVLC/Caffe Model Zoo using a download script
Command used
Output
Debugger Stack Trace