From 0740d2f6ea3dc97bc6abb734076470836caa7c91 Mon Sep 17 00:00:00 2001 From: Mengze Tian <83952007+mengze3@users.noreply.github.com> Date: Sun, 7 Sep 2025 08:49:48 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d5ee51..1110104 100755 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ pip install -r requirements.txt ## 2. Reproducing the Model ### 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 You can easily retrain the model by running `PathNet/train_ours.py`: