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
- Host: GitHub
- URL: https://github.com/linesd/image-segmentation
- Owner: linesd
- License: mit
- Created: 2020-02-17T22:33:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-12T19:34:54.000Z (about 6 years ago)
- Last Synced: 2025-06-08T12:38:10.637Z (about 1 year ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ...