ConditionalDETR
                                
                                
                                
                                    ConditionalDETR copied to clipboard
                            
                            
                            
                        This repository is an official implementation of the ICCV 2021 paper "Conditional DETR for Fast Training Convergence". (https://arxiv.org/abs/2108.06152)
cannot import name '_LinearWithBias' from 'torch.nn.modules.linear'
## Instructions To Reproduce the 🐛 Bug: 1. what changes you made (`git diff`) or what code you wrote ``` Nothing change ``` 2. what exact command you run: ```python...
Hi! As ConditionalDETR seems like some (relatively) minor modifications to the original DETR, it might make sense to add ConditionalDETR to [HuggingFace Transformers](https://github.com/huggingface/transformers) to increase visibility and adoption. We do...
hello author, i use the 3080ti to train Conditional DETR with entire coco2017 datasets. But the programs report that cuda out of memory,3080ti has 12GB memory.I use the msi after...
Hi. There seems to be a small typo in you readme about training command: --resume auto
Hello, can you share the prediction weight of the group condition detr?
Hi, thanks for sharing your wonderful work. I got a question in here, https://github.com/Atten4Vis/ConditionalDETR/blob/ead865cbcf88be10175b79165df0836c5fcfc7e3/models/transformer.py#L33 which embedes positional information in the query_pos. however, I don't understand the reason why does ```2*(dim_t//2)```...
HELP
Why is the AP value 0 and the AR 0 after two rounds of training?
Hi, @charlesCXK , could you kindly provide the training log and model of Group C-DETR? Lots of thanks!
Why is the AP value 0 and the AR 0 after two rounds of training?