Skip to content

Commit a46e326

Browse files
committed
update readme
1 parent 3b2e534 commit a46e326

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ Matlab and Python wrap of Conditional Random Field (CRF) and fully connected (de
1414
### Dependency
1515
This repository depends on the following packages:
1616

17-
* Maxflow https://vision.cs.uwaterloo.ca/code/
17+
* [`Maxflow`](https://vision.cs.uwaterloo.ca/code/)
1818

19-
* DenceCRF http://graphics.stanford.edu/projects/drf/
19+
* [`DenceCRF`](http://graphics.stanford.edu/projects/drf/)
2020

21-
* 3D Dense CRF https://github.com/deepmedic/dense3dCrf
21+
* ['3D Dense CRF`](https://github.com/deepmedic/dense3dCrf)
2222

2323
### Installation
24-
1. Install with pip: [`pip install SimpleCRF`][https://github.com/taigw/SimpleCRF]
24+
1. Install by: [`pip install SimpleCRF`](https://github.com/taigw/SimpleCRF)
2525

2626
2. Alternatively, you can compile the source files by the following two steps:
2727
```bash

0 commit comments

Comments
 (0)