Multitarget-tracker icon indicating copy to clipboard operation
Multitarget-tracker copied to clipboard

About code migration

Open MaxSlion opened this issue 2 years ago • 1 comments

Hi Professor I built a project for a yolov8 tensorrt deployment, currently with target identification done, I want to look for existing project migration vehicle tracking and counting, while building your project, I can't execute base examples 5、6、7 my OpenCV verversion is 4.5.5 and didn't have it installed OpenCV Contrib I would like to inquire if I can move the tracking, crossing count part?

MaxSlion avatar Dec 12 '23 08:12 MaxSlion

Hi! Yes. Do you need to set some cmake settings: USE_OCV_BGFG=OFF, USE_OCV_KCF=OFF, USE_OCV_UKF=OFF, BUILD_YOLO_LIB=ON, BUILD_YOLO_TENSORRT=ON

And examples must be active

Nuzhny007 avatar Dec 14 '23 18:12 Nuzhny007