Context-Transformer icon indicating copy to clipboard operation
Context-Transformer copied to clipboard

Context-Transformer: Tackling Object Confusion for Few-Shot Detection, AAAI 2020

Results 8 Context-Transformer issues
Sort by recently updated
recently updated
newest added

Hello, I really appreciate your work! When I pretrain RFBNet on source domain dataset COCO60, it shows loss nan. Is it correct and why?

I run the python data/split_coco_dataset_voc_nonvoc.py ,and I get this problem, how can I solve it. Split 1: 346721 anns; save to ./data/COCO/annotations/split_voc_instances_train2014.json Split 2: 258186 anns; save to ./data/COCO/annotations/split_nonvoc_instances_train2014.json processing...

Can you provide a demo to test a single image?

Hello, I reproduced the code on 4 2080Ti GPUs, but I got only half mAP of the VOC split1 at phase 1, what may causes this? 按照ReadMe先在VOC数据集上试了一下,一阶段在源域上mAP到不了论文里70+这么高,这可能是什么原因造成的? ![image](https://user-images.githubusercontent.com/52645159/137586379-b5ee41db-7d89-4840-af50-f2e57e1e674a.png) [log.txt](https://github.com/Ze-Yang/Context-Transformer/files/7357477/log.txt)

what does "src_cls_dim" mean? when I train my custom dataset, I need to modify it.

Hello Thanks for contributing this paper/project. I have a question. when I run the VOC2007.sh, the link about Main2007.tar is the same as Main2007.zip? thanks.

hello, thanks for your nice work, i want to train a model with input size=512, but i got an error ``` list index out of range ``` in the script...

Hello Thanks for contributing this paper/project. I have a question. This paper/project compared the experiment results with some papers/projects researched in 2017 and 2019. We want to know the result...