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

Multiple Object Tracker, Based on Hungarian algorithm + Kalman filter.

Results 76 Multitarget-tracker issues
Sort by recently updated
recently updated
newest added

I get an error when trying to run with YOLOv7: ``` /Multitarget-tracker/build$ ./MultitargetTracker ../data/atrium.avi -e=6 -a=0 -o=results/atrium_res.avi OpenCL not used ParseTrackerSettings: ... ParseTrackerSettings: 0 Video ../data/atrium.avi was started from 0...

bug

Hello Andrey, Thank you for the awesome repository. Would it be possible to use YOLOv7 for instance segmentation? Something similar to the results [here ](https://github.com/jinfagang/yolov7#%EF%B8%8F-results) or [here](https://github.com/WongKinYiu/yolov7#teaser). ![68747470733a2f2f7a332e617831782e636f6d2f323032312f30392f30382f6848506855782e706e67](https://user-images.githubusercontent.com/24352869/183096961-001e61e1-5df0-42bd-b1ba-3da9853c19e3.png)

Hi, Is there a way to use it throw python?

enhancement

When debugging the Master branch code, I got segmentation fault in https://github.com/Smorodov/Multitarget-tracker/blob/master/src/Tracker/track.cpp#L681. The error occurred the second time the Kalman Filters state was updated. I have changed: 1. option(BUILD_YOLO_LIB "Should...

bug

Hi, What would you suggest to tracking faces ? have you looked the FairMOT tracker.

question

/usr/bin/ld: ../libmtracking.so: undefined reference to `cv::tracking::createAugmentedUnscentedKalmanFilter(cv::tracking::AugmentedUnscentedKalmanFilterParams const&)' /usr/bin/ld: ../libmtracking.so: undefined reference to `cv::TrackerMIL::create(cv::TrackerMIL::Params const&)' /usr/bin/ld: ../libmtracking.so: undefined reference to `cv::tracking::AugmentedUnscentedKalmanFilterParams::AugmentedUnscentedKalmanFilterParams(int, int, int, double, double, cv::Ptr, int)' /usr/bin/ld: ../libmtracking.so: undefined reference...

question

**![image](https://user-images.githubusercontent.com/30999965/149627367-23349783-cb73-45cd-802b-c7e0685546e4.png) I am Using Windows11 with python3.10,I run setup.py and install successfully it's still error** #Thanks

bug

My components: Windows 10 CUDA v11.5 CUDNN v8.3 I change option(BUILD_YOLO_LIB "Should compiled standalone yolo_lib with original darknet?" ON) to ON but it doesn't get set to ON. I am...

bug

Dear @Nuzhny007 , @Smorodov , I am creating an application where I am trying to detect moving objects such as birds & flies, track them and if they are detected...

enhancement
question

hi, i have built your code using camake and visual studio, but I don't know how to run an example I just have dll and libs, can you provide documentation?

question