-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtest.sh
executable file
·23 lines (12 loc) · 15.3 KB
/
test.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#! /bin/bash
backbone=checkpoints/dinov2_converted.pth
# backbone=checkpoints/EVA02/eva02_L_converted.pth
# backbone=checkpoints/SAM/sam_vit_h_converted.pth
# backbone=checkpoints/CLIP/CLIP-ViT-L-converted.pt
# config=configs/dg/rein_dinov2_hrda_1024x1024.py
config=configs/dg/gta2citys/dg_lora_dinov2_ms_1024x1024.py
checkpoint=ablations/reproduced/mIoU=73.87-loradino-ms-seed=0-maskratio=0.2/iter_40000.pth
# checkpoint=results/DG/citys2bdd/mIoU=58-lorasam-ms-maskratio=0.2-1536/iter_40000.pth
gpu_id=6
# CUDA_VISIBLE_DEVICES=$gpu_id python3 test.py $config $checkpoint --backbone $backbone
CUDA_VISIBLE_DEVICES=$gpu_id python3 test.py $config $checkpoint --backbone $backbone --out out_bdd