From 4eff713f8d446c53c479d86b4d06af166b724a74 Mon Sep 17 00:00:00 2001 From: sunset Date: Tue, 9 Nov 2021 13:23:19 +0800 Subject: [PATCH] Fix incorrect link to ZInD trained weight --- README_ZInD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_ZInD.md b/README_ZInD.md index 82e656fa..72c17ebf 100644 --- a/README_ZInD.md +++ b/README_ZInD.md @@ -21,7 +21,7 @@ python train.py --train_root_dir data/zind_horizonnet/train/ --valid_root_dir da ``` See `python train.py -h` or [README.md#training](https://github.com/sunset1995/HorizonNet#training) for more detail. -Download the trained model: [resnet50_rnn__zind.pth](https://drive.google.com/open?id=16v1nhL9C2VZX-qQpikCsS6LiMJn3q6gO). +Download the trained model: [resnet50_rnn__zind.pth](https://drive.google.com/open?id=1FrMdk7Z4_sTZOOW65Ek77WbjiDbV98uJ). - Trained on Zillow Indoor 20077 images with default data extraction setup. - Trained for 50 epoch.