Update README.md
Browse files
README.md
CHANGED
|
@@ -37,7 +37,7 @@ pip install -r requirements.txt
|
|
| 37 |
## 🏂 Quick Inference
|
| 38 |
|
| 39 |
#### Step 1: Download the pretrained models
|
| 40 |
-
- Download the model weights [](https://huggingface.co/Joypop/GDPO/tree/main) and put the model weights in the `ckp/`:
|
| 41 |
|
| 42 |
#### Step 2: Prepare testing data and run testing command
|
| 43 |
You can modify input_path and output_path to run testing command. The input_path is the path of the test image and the output_path is the path where the output images are saved.
|
|
|
|
| 37 |
## 🏂 Quick Inference
|
| 38 |
|
| 39 |
#### Step 1: Download the pretrained models
|
| 40 |
+
- Download the model weights [](https://huggingface.co/Joypop/GDPO/tree/main/ckp) and put the model weights in the `ckp/`:
|
| 41 |
|
| 42 |
#### Step 2: Prepare testing data and run testing command
|
| 43 |
You can modify input_path and output_path to run testing command. The input_path is the path of the test image and the output_path is the path where the output images are saved.
|