mmtracking icon indicating copy to clipboard operation
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.

Results 222 mmtracking issues
Sort by recently updated
recently updated
newest added

Hello! I want to use the plugin in the masktrack rcnn just like the mmdetection, ![6d8ba91751c79d710e147318ebdb7c7](https://user-images.githubusercontent.com/86214036/172286707-3dd2a1fb-13ac-41e5-88f6-5a09d89cb1b4.jpg) But it occur this error, could you please tell me how to solve this...

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

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...