From ac37f25144b26560a448927a874548eb67f37928 Mon Sep 17 00:00:00 2001 From: Yuwen Heng <15895948+123mutourener@users.noreply.github.com> Date: Mon, 6 Jun 2022 11:55:59 +0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a067213..70c7748 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Please download the original dataset from https://vision.ist.i.kyoto-u.ac.jp/cod ## Train DBAT To train our DBAT, you can use the code below: ``` +mkdir checkpoints python train_sota.py --data-root "./datasets" --batch-size 4 --tag dpglt --gpus 1 --num-nodes 1 --epochs 200 --mode 95 --seed 42 ``` To test the trained model, you can specify the checkpoint path with the --test option -- GitLab