Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bfortuner authored Mar 15, 2018
1 parent 1d89d7c commit c1cf079
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,22 @@ source activate tiramisu
conda install pytorch torchvision -c pytorch
```

## Datasets
The ```train.ipynb``` notebook shows a basic train/test workflow.

## Dataset

Download

* [CamVid Website](http://mi.eng.cam.ac.uk/research/projects/VideoRec/CamVid/)
* [Download](https://github.com/mostafaizz/camvid)
* [Alternate Download](https://github.com/alexgkendall/SegNet-Tutorial/tree/master/CamVid)
* [Download](https://github.com/alexgkendall/SegNet-Tutorial/tree/master/CamVid)

Details
Specs

* Training: 367 frames
* Validation: 101 frames
* TestSet: 233 frames
* Dimensions: 360x480
* Classes: 11
* Classes: 11 (+1 background)

## Architecture

Expand Down

0 comments on commit c1cf079

Please sign in to comment.