Update README.md

This commit is contained in:
Mengze Tian 2025-09-07 08:49:48 +02:00 committed by GitHub
parent 26451a3da4
commit 0740d2f6ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@ pip install -r requirements.txt
## 2. Reproducing the Model ## 2. Reproducing the Model
### 2.1 Download Training Data ### 2.1 Download Training Data
Please download, unzip and place the [Data](https://drive.google.com/file/d/1uuQsWTBYMzHI0RcXgpFg6Ft-3lf6-fRD/view?usp=drive_link) as the directory `~/totalData`. Please download, unzip and place the [Data](https://drive.google.com/file/d/1uuQsWTBYMzHI0RcXgpFg6Ft-3lf6-fRD/view?usp=drive_link) as the directory `~/totalData`. The completed dataset is suggested for reproducing the model as we found rich data makes performances better.
### 2.2 Training ### 2.2 Training
You can easily retrain the model by running `PathNet/train_ours.py`: You can easily retrain the model by running `PathNet/train_ours.py`: