ceccocats / tkDNN

Deep neural network library and toolkit to do high performace inference on NVIDIA jetson platforms
GNU General Public License v2.0
717 stars 209 forks source link

Bounding Box too big #207

Closed AGpix closed 2 years ago

AGpix commented 3 years ago

Hello I am using Yolov4-tiny weights exported from darknet but this results in bounding boxes which are double the size of the object. Any suggestion why this could be

AGpix commented 3 years ago

Using coco yolov4-tiny.weights Screenshot from 2021-03-18 16-35-43

mive93 commented 3 years ago

Hi @AGpix , which configuration file are you using? Have you modified the test? Have you tried yolov4tiny that is already in this repo?

AGpix commented 3 years ago

Hi @AGpix , which configuration file are you using? Have you modified the test? Have you tried yolov4tiny that is already in this repo? Hello, we solved there was an error on our part in the cfg file. Thanks

mive93 commented 2 years ago

Closing for inactivity. Feel free to reopen.