An open API service indexing awesome lists of open source software.

https://github.com/jahongir7174/vip2021

VIPriors Instance Segmentation Workshop | ICCV 2021
https://github.com/jahongir7174/vip2021

iccv2021 instance-segmentation

Last synced: 6 months ago
JSON representation

VIPriors Instance Segmentation Workshop | ICCV 2021

Awesome Lists containing this project

README

          

This is the source code of 1st place solution for Instance Segmentation track in [ICCV 2021 | VIPriors](https://competitions.codalab.org/competitions/33340) 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