mirror of
https://git.mirrors.martin98.com/https://github.com/danielgatis/rembg
synced 2025-08-17 11:15:56 +08:00
change readme
This commit is contained in:
parent
24711986b7
commit
114a8df228
22
README.md
22
README.md
@ -1,3 +1,5 @@
|
||||
|
||||
|
||||
# Rembg
|
||||
|
||||
[](https://pepy.tech/project/rembg)
|
||||
@ -38,6 +40,26 @@ Rembg is a tool to remove images background. That is it.
|
||||
|
||||
* python 3.8 or newer
|
||||
|
||||
* torch and torchvision stable version (https://pytorch.org)
|
||||
|
||||
====> How to install torch/torchvision <====
|
||||
|
||||
Go to https://pytorch.org and scrool down to `INSTALL PYTORCH` section and follow the instructions.
|
||||
|
||||
For example:
|
||||
```
|
||||
PyTorch Build: Stable (1.7.1)
|
||||
Your OS: Windows
|
||||
Package: Pip
|
||||
Language: Python
|
||||
CUDA: None
|
||||
```
|
||||
|
||||
The install cmd is:
|
||||
```
|
||||
pip install torch==1.7.1+cpu torchvision==0.8.2+cpu torchaudio===0.7.2 -f https://download.pytorch.org/whl/torch_stable.html
|
||||
```
|
||||
|
||||
### Installation
|
||||
|
||||
Install it from pypi
|
||||
|
Loading…
x
Reference in New Issue
Block a user