qdtrack
qdtrack copied to clipboard
Quasi-Dense Similarity Learning for Multiple Object Tracking, CVPR 2021 (Oral)
I had put the model on training for BDD100K dataset. I wanted to know what is the accuracy metric which appears after every epoch when model is trained on BDD100K?...
Greetings, How can I access the backbone pre-trained weights on BDD100K dataset ? Thanks
Greetings, So I wanted to know the possibility of using pre-trained weights for only neck and head components of qdtrack? I would like to use my own backbone network but...
Hi there. The aforementioned import statement fails in `qdtrack/qdtrack/core/to_bdd100k/transforms.py` I have instead implemented the following function: `def xyxy2xywh(self, bbox): _bbox = bbox.tolist() return [ _bbox[0], _bbox[1], _bbox[2] - _bbox[0], _bbox[3]...
I tried python tools/test.py ${CONFIG_FILE} ${CHECKPOINT_FILE} [--out ${RESULT_FILE}] [--eval ${EVAL_METRICS}] [--show] [--show-dir ${SHOW_DIR}] [--cfg-options] but I didn't get the results of track visualization on BDD
(qdtrack) user1@king-MS-7B48:~/quasi/qdtrack$ python -m bdd100k.label.to_coco -m track -i bdd100k/labels/box_track_20/train -o data/bdd/labels/box_track_20/box_track_train_cocofmt.json [2021-07-13 01:25:32,075 to_coco.py:305 main] Mode: track remove-ignore: False ignore-as-class: False [2021-07-13 01:25:32,075 to_coco.py:307 main] Loading annotations... [2021-07-13 01:30:06,229 to_coco.py:318...
Hey there, Thanks for the nice work and sharing the code! I encountered some problems while running the code, and maybe somebody else has already solved it before? I am...
Could you provide the config file of kitti object tracking so that the results in the leaderboard can be obtained? Thanks.