Skip to content

Commit ac5f459

Browse files
author
Tete Xiao
authored
Update README.md
1 parent 8e1d091 commit ac5f459

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
@@ -42,7 +42,7 @@ We have released the UPerNet with state-of-the-art performance proposed in our p
4242

4343
You can use our pretrained models in PyTorch to segment input image. The usage is as follows:
4444

45-
1. If you're using PyTorch>=1.0 and on branch master or PyTorch 1.0, skip this step. If you're using 0.4<=PyTorch<1.0, please compile Precise RoI Pooling operator first (***Please check out to pytorch0.4 branch!!!***). It requires PyTorch compiled with ```cffi``` and only supports CUDA (CPU mode is not implemented). To compile the essential components:
45+
1. If you're using PyTorch>=1.0 and on branch master or PyTorch 1.0, skip this step. If you're using 0.4<=PyTorch<1.0, please compile Precise RoI Pooling operator first. (**Please check out to pytorch0.4 branch!!!**) It requires PyTorch compiled with ```cffi``` and only supports CUDA (CPU mode is not implemented). To compile the essential components:
4646

4747
```bash
4848
cd lib/nn/prroi_pool

0 commit comments

Comments
 (0)