Zhuofan Zong
Zhuofan Zong
You can set `use_checkpoint=True` instead of `with_cp=True`. For Swin Transformer, we do not use the mmdet version and follow the original implementation (https://github.com/SwinTransformer/Swin-Transformer-Object-Detection).
I will update the O365 model configs for testing soon. However, I'm currently handling other higher-priority tasks and will push the update as quickly as possible.
The data structure is consistent with the COCO-style annotation. Please refer to the [document](https://github.com/Sense-X/Co-DETR/blob/main/docs/en/2_new_data_model.md) for more details.
如果用mmdetection里的faster-rcnn来训会收敛吗。如果还是不收敛,那要么是你的十万多数据噪音比较大,要么是自定义数据集那部分不对
Sorry for the late reply, but I have never tried the albumentation in this codebase.
Thanks for your suggestion. However, my focus is currently on other projects, and I don't have much time to develop new features for this project right now. Community PR is...
暂时不支持
我们使用的是multi-scale testing+box voting
We use 56 A100 80G GPUs to pretrain the model. FSDP and deepspeed can help you reduce training memory consumption, please refer to this [issue](https://github.com/Sense-X/Co-DETR/issues/121).
1. Please show me your training config. 2. This repo does not support fp16 training.