walktree / libtorch-yolov3

A Libtorch implementation of the YOLO v3 object detection algorithm
450 stars 131 forks source link

Which version of yolov3 should I use to use model? #61

Open TTgogogo opened 2 years ago

TTgogogo commented 2 years ago

I want to train model on my custom dataset and deploy in libtorch, which version of yoloV3(darknt or ultralytics?) should I use?