Map-Detect / scripts /eval.sh
justchenhao's picture
BIT
d43892c
Raw
History Blame Contribute Delete
315 Bytes
#!/usr/bin/env bash
gpus=0
data_name=LEVIR
net_G=base_transformer_pos_s4_dd8_dedim8
split=test
project_name=BIT_LEVIR
checkpoint_name=best_ckpt.pt
python eval_cd.py --split ${split} --net_G ${net_G} --checkpoint_name ${checkpoint_name} --gpu_ids ${gpus} --project_name ${project_name} --data_name ${data_name}