https://github.com/ternaus/people_segmentation_demo
https://github.com/ternaus/people_segmentation_demo
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ternaus/people_segmentation_demo
- Owner: ternaus
- License: apache-2.0
- Created: 2020-10-14T21:45:04.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-16T21:06:21.000Z (over 5 years ago)
- Last Synced: 2025-04-13T02:55:24.985Z (about 1 year ago)
- Language: Python
- Size: 12.7 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Web app demo for Pytorch People Segmentation
The code for the network: https://github.com/ternaus/people_segmentation
Web app: https://peoplesegmentation.herokuapp.com/
## Run locally
```bash
streamlit run app/app.py
```