CrossFormer
CrossFormer copied to clipboard
The official code for the paper: https://openreview.net/forum?id=_PHymLIxuI
Hello, thank you for your work. I used crossformer for small object detection in my own dataset, and the effect was very poor. Is there any way to improve the...
Sorry,I have just watched the model structure,would you mind telling me the difference between CrossFormer and swin_transformer?
Thank you very much for your careful reply about LDA and SDA ,but I have another question about LDA and SDA for irregular feature map。 In your paper,the LDA and...
Thank you for your contribution to science. I encountered the following issues during the reproduction process: Traceback (most recent call last): File "/tmp/pycharm_project_864/tools/train.py", line 194, in main() File "/tmp/pycharm_project_864/tools/train.py", line...
Dear author, I have a question: how to train segmentation in win10? I used the "python train.py configs/fpn_crossformer_s_ade20k_40k.py --cfg-options pretrained/backbone-corssformer-s.pth --work-dir output --launcher pytorch" but got an error msg as...
Thanks for your excellent work! I have a question about the pseudo code of the LSDA which was implemented with only ten lines of code, and only reshape and permute...
# Welcome update to OpenMMLab 2.0 I am Vansin, the technical operator of OpenMMLab. In September of last year, we announced the release of OpenMMLab 2.0 at the World Artificial...
I use crossformer++ on cifar10(32*32) and cifar100(32) and tiny-imagenet(64*64), however, the acc drop to 1/num_classes after about 8 epoches. 
I followed the steps of the detection direction configuration, why is the detection result poor after training?