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

https://github.com/gmontamat/semantic-segmentation-unet

Perform semantic segmentation with UNet
https://github.com/gmontamat/semantic-segmentation-unet

convolutional-neural-networks unet unet-image-segmentation

Last synced: 3 months ago
JSON representation

Perform semantic segmentation with UNet

Awesome Lists containing this project

README

        

# semantic-segmentation-unet

Perform semantic segmentation with UNet networks

## Installation

## Usage

### Generating a train set

The notebook `train-data-generator.ipynb` serves as an example on how to generate a train set for a
particular object based on VOC2012 and PASCAL-Part datasets.

## References

* [The PASCAL Visual Object Classes Challenge 2012](http://host.robots.ox.ac.uk/pascal/VOC/voc2012/)
* [PASCAL-Part Dataset](http://www.stat.ucla.edu/~xianjie.chen/pascal_part_dataset/pascal_part.html)
* [pascal-part-py](https://github.com/twuilliam/pascal-part-py)
* [unet-keras](https://github.com/pietz/unet-keras)