-
Allow users to specify a region in a job request (consider using existing `SEARCH_REGION_*` properties) to a new component that will use predictive tracking to generate a track for the object in that …
-
hi @AlexeyAB,
I tried to integrate deep sort tracker (https://github.com/Qidian213/deep_sort_yolov3) in the darknet_video.py. But deep sort works on different image format and YOLO works on differe…
-
Add multi-object tracker (dynamic array of single object trackers):
* SORT-tracker: `cv::KalmanFilter` + Hungarian algorithm https://en.wikipedia.org/wiki/Hungarian_algorithm and https://arxiv.org…
-
DSST ;Staple;CSRDCF;SAMF; DSST-LP;MKCFup;MKCFup-LP;MCCTH-Staple;BACF;运行时,都会报错:
Segmentation fault: 11
Stack trace:
[bt] (0) /home/mo/.conda/envs/tracker-py36/lib/python3.6/site-packages/mxnet…
-
yolo_mark is indeed a good tool to tag images but its quite laborious.
If can simply use an object tracking algorithm on top of a video and drag an object and play/pause the video we would be easi…
-
@foolwood Hi, Do the DCFNet_pytorch have the same performance as the DCFNet_matlab?