Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wctu authored Apr 4, 2019
1 parent a1a2b7f commit 12f0a52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ In the ```/data``` folder we sample some images from the BSDS500 test set and pr

Go to ```/test``` and run ```test.py```.
The file ```bsds500.pkl``` is the model trained on the BSDS500 dataset with the [ERS algorithm](https://github.com/mingyuliutw/EntropyRateSuperpixel).
The file ```cityscapes.pkl``` is trained on Cityscapes, while we note that ```bsds500.pkl``` also generalizes well on Cityscapes.
The ```ERSModule.so``` is a Python interface of the ERS algorithm.
We modify the original ERS algorithm a bit so that it can take pixel affinities as input. See ```readme_ERS.pdf``` for more details.

Expand Down

0 comments on commit 12f0a52

Please sign in to comment.