jahongir7174 / VIP2021

VIPriors Instance Segmentation Workshop | ICCV 2021

Home Page:https://arxiv.org/abs/2110.00470

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

VIPriors Instance Segmentation Workshop | ICCV 2021

https://arxiv.org/abs/2110.00470

License:MIT License


Languages

Language:Python 99.9%Language:Shell 0.1%