This is the source code of 1st place solution for Instance Segmentation track in ICCV 2021 | VIPriors challenge
- Place
train
,val
,test
,annotation
folders into../Dataset/Ins2021
foldertrain
,val
andtest
folders contain provided train, val, test images, respectivelyannotation
folder contains providedtrain.json
,val.json
andtest.json
files
- Run
python tools/parse.py
for generating train dataset - Run
bash ./tools/dist_train.sh ./configs/exp07.py 3
for reproducing the training result - Run
bash ./tools/dist_test.sh ./configs/exp07.py ./weights/exp07/epoch_73.pth 3
for generating submission file
├── Ins2021
├── train
├── val
├── test
├── annotation
├── train.json
├── val.json
├── test.json