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

https://github.com/deshanadesai/semantic-segmentation


https://github.com/deshanadesai/semantic-segmentation

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

### Semantic Segmentation

#### Example Output using modified code (check python/demo.ipynb) for Skeletal Detection using [Real Time Pose Estimation using Part Affinity Fields](https://arxiv.org/abs/1611.08050):
![Skating](https://github.com/deshanadesai/semantic-segmentation/blob/master/python/we_did_it.png)

#### Example Output using modified code (check python/classify_FCN.py) for Semantic Segmentation using [Fully Convolutional Networks for Semantic Segmentation](https://people.eecs.berkeley.edu/~jonlong/long_shelhamer_fcn.pdf):
![segmented-output](https://github.com/deshanadesai/semantic-segmentation/blob/master/python/result.jpg)