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.
First of all, thank you for your outstanding contribution. For this paper, Faster R-CNN is used as the detector and RPN output is used to carry out quasi-dense sampling and...
# ImageNet DET python ./tools/convert_datasets/ilsvrc/imagenet2coco_det.py -i ./data/ILSVRC -o ./data/ILSVRC/annotations When doing SOT experiments, I want to imitate the ILSVRC-VID annotation format to modify my own dataset annotation, but the ILSVRC-VID...
**Checklist** 1. I have searched related issues but cannot get the expected help. 2. The bug has not been fixed in the latest version. **Describe the bug** mmcv versions are...
My OS is Ubuntu 20 with CUDA 11.7. Pytorch version is 1.13.1+cu117. When installed MMTraking, the errors are ``` cwd: /home/atic/mmtracking/ Preparing metadata (setup.py) ... error error: metadata-generation-failed ``` and...
Can I use YOLOV8 as detector in MMTracking? Is there tutorials to train mmtracking with yolov8? Thanks!
When i tried to install mmtrack , failing to build wheel.
while using the docker file , after installing the compatible packages , now am getting this new error . After installing mmcv==0.6.2 and mmdet==2.2.1 facing the error.
When am trying to install mmtrack , building wheels is getting failed.
I'm running the [tutorial](https://github.com/open-mmlab/mmtracking/blob/master/demo/MMTracking_Tutorial.ipynb). It works but I cannot get the predicted label for each box. I can only get the object_id, bbox, and confidence score in the tracking result,...