megvii-research / FSCE

Apache License 2.0
275 stars 47 forks source link

AssertionError: Checkpoint detectron2://ImageNetPretrained/MSRA/R-101.pkl not found! #15

Closed ZiyeHu closed 3 years ago

ZiyeHu commented 3 years ago

python tools/train_net.py --num-gpus 8 \ --config-file configs/PASCAL_VOC/base-training/R101_FPN_base_training_split1.yml

Chauncy-Cai commented 3 years ago

You can follow this issue. https://github.com/ucbdrive/few-shot-object-detection/issues/87#issuecomment-768988092 You can also use your own pretrained weight by changing MODEL.WEIGHTS in yaml.

Ze-Yang commented 2 years ago

pip install fvcore==0.1.2.post20201020 will address the problem.