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

https://github.com/linesd/image-segmentation

Various deep learning image segmentation methods coded in PyTorch
https://github.com/linesd/image-segmentation

Last synced: 12 months ago
JSON representation

Various deep learning image segmentation methods coded in PyTorch

Awesome Lists containing this project

README

          

# Image-Segmentation

Experiments for understanding deep learning approaches to image segmentation.

## Run

```
pip install -r requirements.txt

python main.py
```

Work in progress ...