-
Thank you for your work. I'm training using my custom dataset but I got that error
```
KeyError: 'CoDETR is not in the models registry'
```
-
In the DETR model, the query tokens are used in the decoder part only, however, in VIDT the query tokens are also used for at the backbone. What is the reason behind this and what would happen if you …
-
I am facing when running I faced [ModuleNotFoundError: No module named 'MultiScaleDeformableAttention'](https://github.com/fundamentalvision/Deformable-DETR/issues/68) error so I tried `unicorn/models…
-
Thank you for your excellent work! I noticed that in the `eval_moment_retrieval` function https://github.com/jayleicn/moment_detr/blob/main/standalone_eval/eval.py#L136, there are four predefined time…
-
I have the same error, when I use the command on coco dataset, as "GPUS_PER_NODE=4 ./tools/run_dist_launch.sh 4 ./configs/deta_swin_ft.sh --coco_path /mnt/home/dataset/coco --finetune /mnt/home/DETA/a…
-
使用本仓库最新的代码RT-DETR训练自己的数据集,mAP一直为0,相同的数据集使用PP-YOLOE+的mAP能到45.7%,查看历史issue有人也遇到了相同的问题,但不知道最后解决的代码版本是?能否提供一下,谢谢!
-
Hi @timmeinhardt , thanks for your great work!
After checking the code, I found that (1) the number of clases is set to 20 even only the person is tracked; (2) multi-frame attention is performed, b…
-
Thank u for your great work and code, I have tried it, but got this error, can u help me solve it. It seems that lack of the josn files.
CUDA_VISIBLE_DEVICES=0,1 python main.py \
> --model all…
-
Hello,
In the Deformable Transformer, there is a variable called `valid_ratios` which is used based on the masks. `valid_ratios = torch.stack([self.get_valid_ratio(m) for m in masks], 1)`. If the m…
-
If I use my own dataset, where do I need to change, the AP I get with my own dataset is 0.0?