We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f968324 commit c661a83Copy full SHA for c661a83
1 file changed
dense_crf_3d_python/README.md
@@ -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