Skip to content

Commit c661a83

Browse files
committed
update readme
1 parent f968324 commit c661a83

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

dense_crf_3d_python/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Python wrap of dense CRF for 3D image segmentation
2+
This package is a Python wrap of 3D fully connected (dense) CRF algorithm written in cpp.
3+
4+
To build and install, run the following commands:
5+
6+
```bash
7+
python setup.py build
8+
python setup.py install
9+
```
10+
11+
This will install a package named as `dense_crf3d`. See `test.py` for examples of using this package.

0 commit comments

Comments
 (0)