Feng Li

Results 119 comments of Feng Li

I do not have the code for the per-category evaluation, you can make some modifications to the evaluator. We do have the visualization code in [visualizer.py](https://github.com/IDEA-opensource/DN-DETR/blob/main/util/visualizer.py)

You can transform your dataset to COCO format or write a new dataset class for your dataset.

Hey, as our code and dataloader largely follows [DETR](https://github.com/facebookresearch/detr) and [Deformable DETR](https://github.com/fundamentalvision/Deformable-DETR). They have been widely adopted in many custom dataset. you can refer to their issues about how to...

It seems you set the wrong dimension. Please check your code.

This parameter is directly inherited from DAB-DETR and we do not verify it.

Hey, thank you for your suggestion, we have released the models on BadiDu.

Thanks for your careful reading. It is a typo. We will update this number to `50M` in our next version.

Yes. Mask DINO and DINO are slightly different in detection head sharing.

Hey, we use the same noise hyper-params as in DINO. It is now opensource, you can refer to its code for more details. Yes, we add noise to init anchors...

Which codebase did you use?