lewes6369 / TensorRT-Yolov3

TensorRT for Yolov3
MIT License
489 stars 165 forks source link

416trt problem,the test picture is all red box.why?is error for prototxt_416 ? #32

Open tms2003 opened 5 years ago

tms2003 commented 5 years ago

I use panbaidu 416 prototxt,and get may red box in dog.jpg.but it's pefect with 608 prototxt. why? I check 608 prototxt diff from 416 protxt,and find only different with resolution ratio. Besides,I found it's different between 608 caffemodel and 416 caffemodal,but its' same in darknet.Why? (sorry,I'm poor in caffee)

uname0x96 commented 5 years ago

@tms2003 You should modify this file for 416: TensorRT-Yolov3/tensorRTWrapper/code/include/YoloConfigs.h

lewes6369 commented 5 years ago

When I download the 416 darknet from the https://pjreddie.com/darknet/yolo/ one month ago,them are the same model. At that time the author have already remove the 416 darknet, and the model in website is actually the 608 version.

tianhuifangqingde commented 5 years ago

You should modify YoloConfigs.h and make && make install. must 'make install'!!!