eric612 / Caffe-YOLOv3-Windows

A windows caffe implementation of YOLO detection network
Other
211 stars 128 forks source link

About yolov3 have problem! #22

Open zcc199710 opened 5 years ago

zcc199710 commented 5 years ago

Hi !First of all, thank you for your contribution to the open source community. My English is very poor ,but i will tyy my best to Describe my problem。 I got that files through Caffe-YOLOv3-Windows.

in this mobilenet_yolov3_lite is very great!

About yolov3 I shoud to ncnn (and not mobilenet_yolov3 or mobilenet_yolov3_lite) . I get the caffemodel in Oringinal darknet-yolov3 links ,But because of the upsample problem, I need to convert it to ncnn->interp, the final result is too different, I read the code inside ncnn interp.cpp, I don't know what the problem is, so I want to ask if it is yolov3— Caffemodel has been iterated 100 times without much training. With same yolov3-spp .

the last one about mobilenet_yolov3 . I can get the Caffemodel for mobilenet_yolov3 ,but can't get the deploy .prototxt . to link graph I can only get a picture description of the network structure through netscope, but can't find mobilenet_yolov3_deploy.prototxt.

zcc199710 commented 5 years ago

Sorry, because I am not careful mobilenet_yolov3_deploy.prototxt have find . in tensorrt files。