Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adhaamehab/semantic-segmentation-demo

A Full stack Semantic Segmentation project using tensorflow, deeplab and dash
https://github.com/adhaamehab/semantic-segmentation-demo

cnn dash deep-learning deeplab flask semantic-segmentation tensorflow

Last synced: 3 months ago
JSON representation

A Full stack Semantic Segmentation project using tensorflow, deeplab and dash

Awesome Lists containing this project

README

        

# Scene parsing

End to end semnatic segmantation using deeplab v3 trained on ade20k

## Installation

using Docker

```shell
docker build -t scene-parsing:latest .
```

without Docker

```shell
virtualenv env
source env/bin/activate
pip install -r requirements.txt
```

## Running

with Docker

```shell
docker run -d -p 3030:3030 scene-parsing
```

without docker

```
python api.py
```

## Results

```bash
mIOU: 45.65% (val)
Pixel-wise Accuracy: 82.52% (val)
File Size: 460 mb
image size: 512 * 512
```