Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 969 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 969 Bytes

This is the source code of 1st place solution for Instance Segmentation track in ICCV 2021 | VIPriors challenge

Steps

  • Place train, val, test, annotation folders into ../Dataset/Ins2021 folder
    • train, val and test folders contain provided train, val, test images, respectively
    • annotation folder contains provided train.json, val.json and test.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

Dataset structure

├── Ins2021 
    ├── train
    ├── val
    ├── test
    ├── annotation
        ├── train.json
        ├── val.json
        ├── test.json