ChenYingpeng / caffe-yolov3

A real-time object detection framework of Yolov3/v4 based on caffe
473 stars 231 forks source link

ImportError: No module named interp #20

Open shiva13425 opened 5 years ago

shiva13425 commented 5 years ago

"I1204 16:36:42.620281 6418 net.cpp:139] Memory required for data: 721989632 I1204 16:36:42.620295 6418 layer_factory.hpp:77] Creating layer Interp202 ImportError: No module named interp terminate called after throwing an instance of 'boost::python::error_already_set' Aborted (core dumped)"

I have cloned the repo and included input image, yolov3 caffemodel , yolov3 prototxt. Edited the detectnet.cpp with proper input.

Am getting the error while running "sudo ./detectnet" on jetson TX2 with cuda 9, cudnn 7, tensorrt 4. kindly share your comments to fix the issue.. Thanks

Jwy-jump commented 5 years ago

@shiva13425 @ChenYingpeng I met with the same question,how to deal with it ?

liuzhijianicholas commented 5 years ago

sudo ………………

gttiankai commented 4 years ago

I have the same question