Skip to content

Commit

Permalink
add inference code
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangxiaosong18 committed Apr 21, 2023
1 parent 0899714 commit 07c8a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SegGPT/SegGPT_inference/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
### Installation
```
git clone https://github.com/baaivision/Painter
cd Painter/SegGPT/SegGPT_inference && wget https://huggingface.co/BAAI/SegGPT/blob/main/seggpt_vit_large.pth
cd Painter/SegGPT/SegGPT_inference && wget https://huggingface.co/BAAI/SegGPT/resolve/main/seggpt_vit_large.pth
pip install -r requirements.txt
```
### Usage
Expand Down

0 comments on commit 07c8a2a

Please sign in to comment.