forked from xuelunshen/gim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TEST_GIM_DKM.sh
14 lines (14 loc) · 1.33 KB
/
TEST_GIM_DKM.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/bash
gpus=$1
python test.py --gpus $gpus --weight gim_dkm --version 100h --test --batch_size 1 --tests GL3D
python test.py --gpus $gpus --weight gim_dkm --version 100h --test --batch_size 1 --tests KITTI --img_size 1240
python test.py --gpus $gpus --weight gim_dkm --version 100h --test --batch_size 1 --tests GTASfM
python test.py --gpus $gpus --weight gim_dkm --version 100h --test --batch_size 1 --tests ICLNUIM
python test.py --gpus $gpus --weight gim_dkm --version 100h --test --batch_size 1 --tests MultiFoV
python test.py --gpus $gpus --weight gim_dkm --version 100h --test --batch_size 1 --tests BlendedMVS
python test.py --gpus $gpus --weight gim_dkm --version 100h --test --batch_size 1 --tests SceneNet
python test.py --gpus $gpus --weight gim_dkm --version 100h --test --batch_size 1 --tests ETH3DI --img_size 1600
python test.py --gpus $gpus --weight gim_dkm --version 100h --test --batch_size 1 --tests ETH3DO --img_size 1600
python test.py --gpus $gpus --weight gim_dkm --version 100h --test --batch_size 1 --tests RobotcarNight
python test.py --gpus $gpus --weight gim_dkm --version 100h --test --batch_size 1 --tests RobotcarSeason --max_samples 2000
python test.py --gpus $gpus --weight gim_dkm --version 100h --test --batch_size 1 --tests RobotcarWeather