-
Notifications
You must be signed in to change notification settings - Fork 24
/
TEST_GIM_LIGHTGLUE.sh
14 lines (14 loc) · 1.41 KB
/
TEST_GIM_LIGHTGLUE.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_lightglue --version 100h --test --batch_size 16 --tests GL3D
python test.py --gpus $gpus --weight gim_lightglue --version 100h --test --batch_size 16 --tests KITTI --img_size 1240
python test.py --gpus $gpus --weight gim_lightglue --version 100h --test --batch_size 16 --tests GTASfM
python test.py --gpus $gpus --weight gim_lightglue --version 100h --test --batch_size 16 --tests ICLNUIM
python test.py --gpus $gpus --weight gim_lightglue --version 100h --test --batch_size 16 --tests MultiFoV
python test.py --gpus $gpus --weight gim_lightglue --version 100h --test --batch_size 16 --tests BlendedMVS
python test.py --gpus $gpus --weight gim_lightglue --version 100h --test --batch_size 16 --tests SceneNet
python test.py --gpus $gpus --weight gim_lightglue --version 100h --test --batch_size 16 --tests ETH3DI --img_size 1600
python test.py --gpus $gpus --weight gim_lightglue --version 100h --test --batch_size 16 --tests ETH3DO --img_size 1600
python test.py --gpus $gpus --weight gim_lightglue --version 100h --test --batch_size 16 --tests RobotcarNight
python test.py --gpus $gpus --weight gim_lightglue --version 100h --test --batch_size 16 --tests RobotcarSeason --max_samples 2000
python test.py --gpus $gpus --weight gim_lightglue --version 100h --test --batch_size 16 --tests RobotcarWeather