README.md
October 4, 2021 · View on GitHub
This is the source code of 1st place solution for Instance Segmentation track in ICCV 2021 | VIPriors challenge
Steps
- Place
train,val,test,annotationfolders into../Dataset/Ins2021foldertrain,valandtestfolders contain provided train, val, test images, respectivelyannotationfolder contains providedtrain.json,val.jsonandtest.jsonfiles
- Run
python tools/parse.pyfor generating train dataset - Run
bash ./tools/dist_train.sh ./configs/exp07.py 3for reproducing the training result - Run
bash ./tools/dist_test.sh ./configs/exp07.py ./weights/exp07/epoch_73.pth 3for generating submission file
Dataset structure
├── Ins2021
├── train
├── val
├── test
├── annotation
├── train.json
├── val.json
├── test.json