Update README.md
Browse files
README.md
CHANGED
|
@@ -62,14 +62,7 @@ pip install -r requirements.txt
|
|
| 62 |
python ./workspace/set_configs.py
|
| 63 |
```
|
| 64 |
|
| 65 |
-
2.
|
| 66 |
-
```shell
|
| 67 |
-
|
| 68 |
-
# Download the ViTTiny1022 dataset to /path/to/your/download/ViTTiny1022
|
| 69 |
-
mv /path/to/your/download/ViTTiny1022/* ./dataset/condition_classinput_vittiny/
|
| 70 |
-
```
|
| 71 |
-
|
| 72 |
-
3. Try to generate with RPG model.
|
| 73 |
```shell
|
| 74 |
cd ./workspace
|
| 75 |
CUDA_VISIBLE_DEVICES=0 python ./classinput/launch.py
|
|
|
|
| 62 |
python ./workspace/set_configs.py
|
| 63 |
```
|
| 64 |
|
| 65 |
+
2. Try to generate with RPG model.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 66 |
```shell
|
| 67 |
cd ./workspace
|
| 68 |
CUDA_VISIBLE_DEVICES=0 python ./classinput/launch.py
|