how to use yolov5 + deepsort in qt c++
Unsolved
Installation and Deployment
-
wrote on 22 Nov 2021, 06:54 last edited by
Hi, I've been trying to use yolov5+deepsort in qt C++ for tracking vehicle.
And im find this git :source : https://github.com/mikel-brostrom/Yolov5_DeepSort_Pytorch
i think it's good for my project so i wand to use but it's make of python
so how can i transform to c++ ?
there is some reference ?
please help me.. -
Hi and welcome to devnet,
You would need to first learn the C++ API of Pytorch.
Depending on what you want to do, you might want to consider Qt's bindings for Python (PySide2/6 or PyQt5/6). That might be way simpler.
-
wrote on 22 Nov 2021, 23:42 last edited byThis post is deleted!
1/3