vehicle_mtmc icon indicating copy to clipboard operation
vehicle_mtmc copied to clipboard

Can I change the detector to yolov7 or other?

Open spoon0525 opened this issue 1 year ago • 2 comments

please tell me which file I need to change, so I can use yolov7 as the devector

spoon0525 avatar May 14 '24 06:05 spoon0525

Hi!

The detector is loaded in load_detector.py. This uses the yolov5 repo, so I guess you could add loading yolov7 here if the DETECTOR config parameter is e.g. 'yolov7'

Detection is happening here, so if your detector has a different API, this has to be changed.

regob avatar May 15 '24 13:05 regob

understand, thank you very much!

spoon0525 avatar May 17 '24 09:05 spoon0525