Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 764 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 764 Bytes

[WIP] pytorch-box2pix alt text

Inofficial PyTorch implementation of Box2Pix: Single-Shot Instance Segmentation by Assigning Pixels to Object Boxes (Uhrig et al., 2018).

TODO:

This is needed to get the project in a state where it can be trained:

  • mAP metric

Instance segmentation can be added later as it's just a post processing step.

Requirements

  • Install PyTorch (pytorch.org)
  • pip install -r requirements.txt (Currently requires torchvision master)
  • Download the Cityscapes dataset

Usage

Train model:

python train.py --dataset-dir 'data/cityscapes'