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

How to run yolo2 #189

Closed younger-diao closed 2 years ago

younger-diao commented 3 years ago

Now yolo2 is not supported.

LukeAI commented 3 years ago

why would you want it? use yolov4-tiny if you need speed

younger-diao commented 3 years ago

why would you want it? use yolov4-tiny if you need speed

Because I find yolov2 is higher than yolov4-tiny for mAP in our testset.

mive93 commented 3 years ago

Hi @younger-diao,

Yolov2 is supported to create the rt file (both with COCO and voc dataset), but not in the demo.

younger-diao commented 3 years ago

Thanks.

mive93 commented 2 years ago

Closing for inactivity. Feel free to reopen.