-
I want to train the mask2former_vis, and i want to use the `MOTChallengeDataset`. So i change the _base_ = `['./_base_/datasets/youtube_vis.py'] `to` _base_ = ['./_base_/datasets/mot_challenge.py']`. …
-
i try to use **run_mot_challenge.py** tool to evaluate my tracker on my custom dataset.
Before evalutation, i have change default_dataset_config['CLASS_TO_EVAL'], self.valid_classes, self.class_nam…
-
新地址依然找不到mot17的预训练模型,里面没有latest_ckpt.pth文件
Biexf updated
2 years ago
-
Hi,
Couild I check if https://github.com/PaddlePaddle/PaddleDetection/blob/develop/configs/mot/bytetrack/README_cn.md is the ppbytemot model submitted to MOT17 Challenge with 79.4 MOT score? It say…
lpkoh updated
2 years ago
-
Hello Author,
I am currently preparing to conduct tests on the Challenge2023 dataset (including SNMOT-0, ..., SNMOT-096). In accordance with the instructions on the official website, I have prepare…
-
Hello,
I need help in figuring out how to write the detection results(bounding boxes) to a text file in MOTChallenge format so that I can use the detections for an object detection task (…
-
English:
When I want to use the mmtracking tool to analsis MOT17 dataset MOT task error(/tools/analysis/mot/mot_error_visualize.py ) and this error occurred.
Command: python ./tools/analysis/mo…
-
I want to get MOTA and IDF1 scores on MOT20 by using **python tools/track.py -f exps/example/mot/yolox_x_mix_mot20_ch.py -b 1 -d 1 --fp16 --fuse --match_thresh 0.7 --mot20** but failed.
**Whole me…
-
From your experience, could you give a general estimation for training an MOT (Tracktor implementation for example) on one of the MOT challenges datasets.
I am looking for a rough estimation of trai…
-
I am using py-motmetrics super well but in mot-challenge, it has introduced the HOTA metric.
So may I ask when the HOTA will also include in this library?
Thanks