https://github.com/tonysy/pytbes
Texture and Boundary Encoding-based Segmentation
https://github.com/tonysy/pytbes
Last synced: 2 months ago
JSON representation
Texture and Boundary Encoding-based Segmentation
- Host: GitHub
- URL: https://github.com/tonysy/pytbes
- Owner: tonysy
- License: mit
- Created: 2018-04-01T04:54:23.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-14T11:40:44.000Z (about 7 years ago)
- Last Synced: 2025-02-14T11:52:59.856Z (4 months ago)
- Language: Python
- Size: 23.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TBES-python
Texture and Boundary Encoding-based Segmentation## Dataset
Berkeley Segmentation Dataset:
http://www.eecs.berkeley.edu/Research/Projects/CS/vision/grouping/BSR/BSR_bsds500.tgz## Method
### Superpixel
I use SLIC method from skimage lib to get superpixel of image## Run
### Open visdom server
`python -m visdom.server`### Run for segmentation
`python main.py`## Todo
- [ ] Add support for non-overlapping
- [ ] Add metric measurement