From 3cffb535f8aeb79bf08b249d8345762b2447c4ee Mon Sep 17 00:00:00 2001
From: Yuwen Heng <15895948+123mutourener@users.noreply.github.com>
Date: Wed, 6 Jul 2022 21:48:16 +0800
Subject: [PATCH] Update README.md

Update share link
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ac54ce5..5c454df 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ sudo DOCKER_BUILDKIT=1 docker build -t dbat:1.0.0 -f Dockerfile .
 Please download the original dataset from https://vision.ist.i.kyoto-u.ac.jp/codeanddata/localmatdb/, into the folder datasets/localmatdb. Then you can zip the folder localmatdb since our dataloader assumes the images are zipped.
 
 ## Pre-trained DBAT checkpoint
-Please download the pre-trained [checkpoints](????) into the folder "checkpoints"
+Please download the pre-trained [checkpoints](https://drive.google.com/file/d/1ov6ol7A4NU8chlT3oEwx-V51gbOU7GGD/view?usp=sharing) into the folder "checkpoints"
 ```
 mkdir -p checkpoints/dpglt_mode95/accuracy
 ```
-- 
GitLab