qdtrack icon indicating copy to clipboard operation
qdtrack copied to clipboard

Quasi-Dense Similarity Learning for Multiple Object Tracking, CVPR 2021 (Oral)

Results 40 qdtrack issues
Sort by recently updated
recently updated
newest added

Hi there. Thank you for sharing such a powerful Detector-Tracker. I noticed that the checkpoint you provide does not have pretrained weights for the embeddings head: I printed out the...

Hi, Firstly thanks for the great work. I am using the **inference script** to check the result on a video. However using given pre-trained model `qdtrack-frcnn_r50_fpn_12e_bdd100k-13328aed.pth` and the config file...

Hi, I hope everyone will be fine. Is it possible to first use detector only and calculate the evaluation metrics e.g. mAP ? I actually want to conduct an experiment...

Hi, I have got the prediction file (.pkl) after using `tools/test.py` . Now I want to convert predictions into BDD100K format, but receiving the error listed below. Any suggestions would...

Hi, Thanks for open-sourcing the code of your great work! Looks like there are some bugs when running the current `tools/inference.py`. When using the `configs/bdd100k/qdtrack-frcnn_r50_fpn_12e_bdd100k.py` as config and `qdtrack-frcnn_r50_fpn_12e_bdd100k-13328aed.pth` as...

When i change the faster rcnn to Mask r-cnn, it occur the error `AttributeError: 'list' object has no attribute 'shape'` after the first epoch train. ![image](https://user-images.githubusercontent.com/86214036/231934217-ab772a12-5cb0-463f-90c4-ed869a1d6e99.png) Here is my config:...

# Welcome update to OpenMMLab 2.0 I am Vansin, the technical operator of OpenMMLab. In September of last year, we announced the release of OpenMMLab 2.0 at the World Artificial...

Update result tables according to new manuscript.

Hi. I'm going to freeze the parameters of detector as you say(https://github.com/SysCV/qdtrack/issues/126). In qdtrack/models/mot/qdtrack.py, I tried to freeze the detector using freeze_detector(freeze_detector = True). But, when freeze_detector = True, self.detector,...

Hi. I trained the detector using mmcv. And, I want to use the detector checkpoint trained using mmcv for the detector of qdtrack without any additional detector learning. In this...