WongKinYiu / yolov7

Implementation of paper - YOLOv7: Trainable bag-of-freebies sets new state-of-the-art for real-time object detectors
GNU General Public License v3.0
13.26k stars 4.18k forks source link

Change from yolov3 to yolov7 #2009

Open AntonioPedro07 opened 6 months ago

AntonioPedro07 commented 6 months ago

I'm doing an internship project with a pmd camera to detect objects and measure distance. However, the example that the Yolo SDK gives me is with the yolov3 version, in the context of pmdtechnologies (https://github.com/pmdtechnologies/SampleYOLO/tree/main) they say that you can use versions above what they used, having weights, config and classes.

I'm new to Yolo and have never used Python or even the camera I'm using. I had to learn a little about them in 1 week, it's always good to know new things, but in 3 and a half months it's a little difficult to do a lot of things, with trial and error ahead.

But returning to the subject, my question itself is how can I use the configurations/codes that yolov7 provides for a code that uses yolov3 that I am using and knowing that I will have to make some changes to the code for it to work.

I really appreciate your help

António Pedro Matos

dsbyprateekg commented 5 months ago

since you have a little time, I recommend you to use YOLOv4 https://github.com/hank-ai/darknet

MMSTechnology2024 commented 5 months ago

You can also check: https://github.com/hank-ai/darknet