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 want to use the plugin in the masktrack rcnn just like the mmdetection,  But it occur this error, could you please tell me how to solve this...
"[Errno 2] No such file or directory: 'data/MOT20/test/MOT20-04/gt/gt.txt'' when I tested Bytetrack
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...
I am using sot pretrained models of stark and siamese. I am using jpg images numbered 1 to n and a .txt file for my ground truth bbox with each...
Hello,I train the model with R101 backbone on 4*2080Ti GPUs But I got the map50=77.6 The result of yours is 82.6 Why I cant get the 80+map value? Is it...
feel wonderful if mmtracking have webcam api
single object tracking output for video is not good , tried with siameseprn and stark models
PEP517
Could you move the buildsystem to [PEP517](https://peps.python.org/pep-0517/)?
Hi, mmtracking has done an outstanding job. I have already developed a custom detector in mmdetection, and I would like to know how to introduce the developed custom detector into...
**Describe the bug** - I used a customized datasets to train and test yolox+bytetrack model. - I used the training script to train bytetrack and got `epoch_80.pth`. - Then I...
I have tried with the different pretrained weights given from mmdetection models ( e.g) (https://download.openmmlab.com/mmdetection/v2.0/cascade_rcnn/cascade_mask_rcnn_x101_64x4d_fpn_mstrain_3x_coco/cascade_mask_rcnn_x101_64x4d_fpn_mstrain_3x_coco_20210719_210311-d3e64ba0.pth) combined with reid model weights (e.g) (https://download.openmmlab.com/mmtracking/mot/reid/reid_r50_6e_mot17-4bf6b63d.pth ) for multi object tracking inference , but...