https://github.com/nathom/pytorch-pixel-segmentation
https://github.com/nathom/pytorch-pixel-segmentation
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/nathom/pytorch-pixel-segmentation
- Owner: nathom
- Created: 2024-03-22T04:58:12.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-22T04:59:27.000Z (about 1 year ago)
- Last Synced: 2025-02-13T04:43:54.601Z (3 months ago)
- Language: Jupyter Notebook
- Size: 113 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://classroom.github.com/a/y_ddFRCO)
# Semantic Segmentation using FCN## Usage
1. Install poetry
2. `cd` into folder```
poetry shell
poetry install
darren --help
```3. Enjoy!
## Contributing
**Do not push to master directly!**
1. Create a new branch from master
```
git checkout -b my-feature
```
2. Make your changes3. Push changes to remote
```
git push
```
4. Create a pull request
5. Wait for review
6. Get merged
7. Delete branch