Skip to content

Commit de5e162

Browse files
committed
revise command
1 parent 07fb6c5 commit de5e162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Feature Transform](https://megvii-my.sharepoint.cn/:b:/g/personal/songlin_megvii
2121
## Installation
2222
### Building from source
2323
- `git clone https://github.com/StevenGrove/TreeFilter-Torch`
24-
- `cd TreeFilter-Seg/furnace/kernels/lib_tree_filter`
24+
- `cd TreeFilter-Torch/furnace/kernels/lib_tree_filter`
2525
- `sudo python3 setup.py build develop`
2626

2727
This project implements three well-known algorithms of minimal spanning tree, i.e., Boruvka, Kruskal and Prim. The default algorithm is set to *Boruvka* for its linear computational complexity in the plain graph. The user can change the configuration in the source file "lib_tree_filter/src/mst/mst.cu" .

0 commit comments

Comments
 (0)