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

https://github.com/nathom/pytorch-pixel-segmentation


https://github.com/nathom/pytorch-pixel-segmentation

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

[![Review Assignment Due Date](https://classroom.github.com/assets/deadline-readme-button-24ddc0f5d75046c5622901739e7c5dd533143b0c8e959d652212380cedb1ea36.svg)](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 changes

3. Push changes to remote
```
git push
```
4. Create a pull request
5. Wait for review
6. Get merged
7. Delete branch