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.
可以给出一个从零构建自定义多目标数据集的具体文档吗?
Hello, I just run `pip install mmtrack` to install this lib, but but it gives error 
1. Incorporated [TF-Blender ](https://openaccess.thecvf.com/content/ICCV2021/papers/Cui_TF-Blender_Temporal_Feature_Blender_for_Video_Object_Detection_ICCV_2021_paper.pdf) into Video Object Detection methods. 2. The source code is borrowed from the original authors ([HERE](https://github.com/goodproj13/TF-Blender)) 3. The module TF-Blender is crafted in the FGFA pipeline...
Hello, I am planning to create a pull request to include TF-Blender for Video Object Detection in this MMTracking framework. Note that I am not the original author of this...
Hi,Thank you for your great work.I just want to ask that if I want to visualize the tracked/detected object from this output in the form of class activation map how...
After training the reid model, how to visualization it
The dataset has an ignore area (usually more than one image), how do we load it so that it ignores this area during training
Hi, sorry I' m a beginner~ I' d like to ask that is `instance_id` in json annotations file of MOT task a "global id" to all videos in the dataset,...
I used the siamese_rpn_r50_20e_lasot_20220420_181845-dd0f151e.pth to inference the demo_sot.py. But when object misses in the screen, the tracker will track other object which is similar to the origin.