Skip to content

Commit 3e52742

Browse files
committed
update readme
1 parent a46e326 commit 3e52742

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,9 @@ Matlab and Python wrap of Conditional Random Field (CRF) and fully connected (de
1313

1414
### Dependency
1515
This repository depends on the following packages:
16-
17-
* [`Maxflow`](https://vision.cs.uwaterloo.ca/code/)
18-
19-
* [`DenceCRF`](http://graphics.stanford.edu/projects/drf/)
20-
21-
* ['3D Dense CRF`](https://github.com/deepmedic/dense3dCrf)
16+
[`Maxflow`](https://vision.cs.uwaterloo.ca/code/),
17+
[`DenceCRF`](http://graphics.stanford.edu/projects/drf/) and
18+
[`3D Dense CRF`](https://github.com/deepmedic/dense3dCrf)
2219

2320
### Installation
2421
1. Install by: [`pip install SimpleCRF`](https://github.com/taigw/SimpleCRF)
@@ -58,4 +55,3 @@ Some demos of using this package are:
5855
* `denseCRF3D.densecrf3d()` for 3D automatic segmentation.
5956

6057

61-

0 commit comments

Comments
 (0)