megvii-research / FSCE

Apache License 2.0
280 stars 47 forks source link

No such file or directory: './configs/PascalVOC-detection/split1/faster_rcnn_R_101_FPN_ft_all1_1shot.yaml' #25

Open ZiyeHu opened 3 years ago

ZiyeHu commented 3 years ago

Could you please provide these files for following command?Thank you!

python tools/run_experiments.py --num-gpus 2 --shots 1 2 3 5 10 --seeds 0 30 --split 1

ZiyeHu commented 3 years ago

I found it in https://github.com/ucbdrive/few-shot-object-detection/tree/master/configs/PascalVOC-detection

ZiyeHu commented 3 years ago

I have downloaded the corresponding file, but I still encounter this problem: train_net.py: error: unrecognized arguments: configs/PascalVOC-detection/split1/faster_rcnn_R_101_FPN_ft_all1_1shot.yaml

Chauncy-Cai commented 3 years ago

I try your cmd myself, and it works normally. Please check your code carefully or provide more information.

zshanggu commented 2 years ago

I found it in https://github.com/ucbdrive/few-shot-object-detection/tree/master/configs/PascalVOC-detection

I think this one might be unsuitable even though it works. The training parameters of contrastive learning in this file are not mentioned, isn‘t it?