Skip to content

Commit

Permalink
Pytorch version
Browse files Browse the repository at this point in the history
  • Loading branch information
hkchengrex committed Aug 19, 2020
1 parent 2bfb4ac commit fdc6dbe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Here are some refinement results on high-resolution images.

## Quick Start

Tested on PyTorch 1.0 -- though higher versions would likely work for inference as well.

Check out [this folder](https://github.com/hkchengrex/CascadePSP/tree/master/segmentation-refinement). We have built a pip package that can refine an input image with two lines of code.

Install with
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Dependencies

CascadePSP is tested on PyTorch 1.0 though higher version would likely work as well.
CascadePSP is tested on PyTorch 1.0 though higher version would likely work for inference as well.
For installing PyTorch, please refer to the [Pytorch website](https://pytorch.org/).

We recommend using the anaconda distribution which should contain most of the required dependencies. Other dependencies can be installed by:
Expand Down

0 comments on commit fdc6dbe

Please sign in to comment.