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.
有教程么
Hi, I want to train the selsa model for my own dataset. A sample of my customized dataset json is given below: `{"categories": [{"id": 1, "name": "car"}], "images": [{"id": 1,...
Regarding StrongSort++, I couldn't find where the implementations of AFLink and GSI are, also how to choose whether to use it or not.
Hi, I used mmtracking v1.0.0rc1 to train on my custom dataset. The program I used was strong sort, and the dataset format was MOT. The training process went smoothly and...
Whether have plan support mixformer training ?
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...
**Describe the bug** Traceback (most recent call last): File "tools/test.py", line 225, in main() File "tools/test.py", line 183, in main outputs = single_gpu_test( File "/home/scholar/ldw/mmtracking/mmtrack/apis/test.py", line 47, in single_gpu_test result...
我使用STARKST模型测试了GOT10K以及准备测试LASOT数据集,但我发现似乎保存的PKL文件中之后预测bbox的数据。 我如何获得如 pysot、pytracking这些代码库中对于具体数据集的测试指标数据(mAO、Norm、Prec等)。 我不太明白,我想我需要一些帮助