GuangxingHan / FCT

Code for CVPR 2022 Oral paper: 'Few-Shot Object Detection with Fully Cross-Transformer'
72 stars 13 forks source link

could you check your project in the script called "single_branch_pretraining_coco_pvt_v2_b2_li.sh"? #5

Open SamXiaosheng opened 1 year ago

SamXiaosheng commented 1 year ago

I found the the script called "single_branch_pretraining_coco_pvt_v2_b2_li.sh" runs faster_rcnn_train_net.py, but two_branch_few_shot_finetuning_coco_pvt_v2_b2_li.sh runs fsod_train_net.py? is it right ? Thank you for your answer in advance!

GuangxingHan commented 1 year ago

Yes, they use different python scripts. (1) faster_rcnn_train_net.py is based on the traditional Faster R-CNN model. (2) fsod_train_net.py is the entry point of the meta-learning based Siamese Faster R-CNN model.