Interp Layer Not able to Parse
Opened this issue · 2 comments
Optimus1072 commented
Hi I used the .caffemodel and .prototxt file given in this repo.
https://github.com/ChenYingpeng/caffe-yolov3
Now it is able to parse the LeakyRelu layers given in the .prototxt. But it is giving error while parsing "Interp" layers of type "Python", since they are not implemented in the code given by you.
Can you tell me how did you implement Interp Layer or did you figure out some other workaround.
Optimus1072 commented
I think the "Interp" layer is the upsampling layer. So I changed it to upsampling layer. Now that error is resolved. Can you please share your .prototxt file for yolov3.
Thanks :-)
chamcham115 commented
Did you success to execute this code?
How to change upsampling layer?
Could you share?