mmtracking
mmtracking copied to clipboard
OpenMMLab Video Perception Toolbox. It supports Video Object Detection (VID), Multiple Object Tracking (MOT), Single Object Tracking (SOT), Video Instance Segmentation (VIS) with a unified framework.
### Discussed in https://github.com/open-mmlab/mmtracking/discussions/907 Originally posted by **pvmilk** September 6, 2023 Does anyone have brief explanation of how this is implemented? https://github.com/open-mmlab/mmtracking/blob/e79491ec8f0b8c86fda947fbaaa824c66ab2a991/mmtrack/core/track/interpolation.py#L5C16-L5C16 I would like to find out whether it...
I have the following versions installed. ``` ubuntu 20 mmcv version is 1.7.1 mmdet version is 2.28.0 mmtrack version is 0.14.0. ``` Running demo for verification gives me ``` Warning:...
I have installed mmtrack. ``` mmcv version is 1.7.1 mmdet version is 2.28.0 mmtrack version is 0.14.0. ``` When run demo command as `python demo/demo_mot_vis.py configs/mot/deepsort/sort_faster-rcnn_fpn_4e_mot17-private.py --input demo/demo.mp4 --output mot.mp4`...
A while back(before I learnt about mm library),I was asked a question in an interview given an object being viewed from two different cameras,how would you track the object so...
Do you guys plan to merge 1.x branch, since MMCV/MMDet are deep down into 2.x/3.x, which makes develop/release of mmtracking outdated, hence not pip install-able. Also even 1.x is outdated,...
I have installed mmtrack and want to use it to count people crossing a virtual line (entering a building, for example). However, when I read all the documentation, I could...
Thanks for your error report and we appreciate it a lot. **Checklist** 1. I have searched related issues but cannot get the expected help. 2. The bug has not been...
how to use mot_dummy_results.py for mot Challenge
I'm trying to do a training on my custom dataset, so I created the json files for the annotations by following the CocoVID format. I saw that there are also...
Hi! Is it possible to run DeepSort with Yolox model? I make the config, using my own detector but in the end I get zero tracks and detections. At the...