Qingyun
Qingyun
## Motivation I was chosen for the 1st GLCC mmdetection project in open-mmlab/mmdetection#8030, and I'm going to cooperate with @KeiChiTse add Conditional DETR to mmdetection. The attention modules of Conditional...
## Motivation Implement the results in the paper "[DINO: DETR with Improved DeNoising Anchor Boxes for End-to-End Object Detection](https://arxiv.org/abs/2203.03605)" with mmdetection. The [original code](https://github.com/IDEACVR/DINO) has released. ## Remark This is...
## Motivation I was chosen for the 1st GLCC project in #8030, and I'm going to cooperate with @KeiChiTse add Conditional DETR to mmdetection. ## Main Modification - Create conditional_detr.py...
## Motivation We (me, @jshilong, @LYMDLUT, and @KeiChiTse) are going to refactor DETR-like models, to enhance the usability and readability of our codebase.
## Motivation Implement the results in the paper "[DINO: DETR with Improved DeNoising Anchor Boxes for End-to-End Object Detection](https://arxiv.org/abs/2203.03605)" with mmdetection. The [original code](https://github.com/IDEACVR/DINO) has released. ## Remark This is...
I have seen the Issue #1, and gone through the codebase of Maskformer and Mask2former. I 'm interested in Mask DINO for semantic seg too, and got some questions. 1....
## Motivation We (me, @jshilong, @LYMDLUT, and @KeiChiTse) have refactored DETR-like models, to enhance the usability and readability of our codebase. This PR add a tutorial doc about the new...
## Motivation The DETR-related modules have been refactored in #8763, which causes breakings of MaskFormer and Mask2Former. The unit tests of them were deleted in #9089. This pr add the...
### Branch 3.x branch https://github.com/open-mmlab/mmdetection/tree/3.x ### Environment ``` conda install -c pytorch pytorch torchvision pip install openmim mim install mmengine 'mmcv>=2.0.0rc0' 'mmdet>=3.0.0rc0' ``` ### Reproduces the problem - code sample...
Update NIPS information of h2rbox-v2