Update README.md
Browse files
README.md
CHANGED
|
@@ -34,11 +34,17 @@ Extensive experiments demonstrate that FlowInOne achieves **state-of-the-art per
|
|
| 34 |
## 🧪 Usage
|
| 35 |
you can download the model weights and model preparation
|
| 36 |
```bash
|
|
|
|
| 37 |
wget https://huggingface.co/CSU-JPG/FlowInOne/resolve/main/flowinone_256px.pth
|
| 38 |
-
|
|
|
|
|
|
|
|
|
|
| 39 |
```
|
| 40 |
you can download the dataset examples
|
| 41 |
```bash
|
| 42 |
-
|
|
|
|
|
|
|
| 43 |
```
|
| 44 |
Our training and inference scripts are now available on [GitHub](https://github.com/CSU-JPG/FlowInOne)!
|
|
|
|
| 34 |
## 🧪 Usage
|
| 35 |
you can download the model weights and model preparation
|
| 36 |
```bash
|
| 37 |
+
# model weights
|
| 38 |
wget https://huggingface.co/CSU-JPG/FlowInOne/resolve/main/flowinone_256px.pth
|
| 39 |
+
# model preparation
|
| 40 |
+
https://huggingface.co/CSU-JPG/FlowInOne/resolve/main/preparation.tar.gz
|
| 41 |
+
# unzip
|
| 42 |
+
tar -xzvf "preparation.tar.gz" -C "/path/to/preparation"
|
| 43 |
```
|
| 44 |
you can download the dataset examples
|
| 45 |
```bash
|
| 46 |
+
https://huggingface.co/CSU-JPG/FlowInOne/resolve/main/flowinone_demo_dataset.tar.gz
|
| 47 |
+
# unzip
|
| 48 |
+
tar -xzvf "flowinone_demo_dataset.tar.gz" -C "/path/to/flowinone_demo_dataset"
|
| 49 |
```
|
| 50 |
Our training and inference scripts are now available on [GitHub](https://github.com/CSU-JPG/FlowInOne)!
|