yokosyun / instance-segmentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyTorch-MaskRCNN

Mask RCNN with pytorch and pascal2012 dataset

result

example

*you need to train longer to get better result

tested env

ubuntu18.04

CUDA Version: 10.2

Driver Version: 440.100

GeForce RTX 2060

pytorch 1.5

Datasets

This repository supports VOC datasets.

PASCAL VOC 2012 (download): http://host.robots.ox.ac.uk/pascal/VOC/voc2012/

The code will check the dataset first before start, filtering samples without annotations.

Training

sh train.sh

Inference

sh inference.sh

Note: This is a simple model and only supports batch_size = 1.

reference

https://github.com/Okery/PyTorch-Simple-MaskRCNN

About

License:MIT License


Languages

Language:Python 99.4%Language:Shell 0.6%