File size: 2,228 Bytes
0b69a1f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
# # ShanghaiTech A
# python test.py --dataset sha --weight_path checkpoints/sha/ebc_p_best/best_mae.pth --output_filename ebc_p_best_mae --amp
# python test.py --dataset sha --weight_path checkpoints/sha/ebc_n_best/best_mae.pth --output_filename ebc_n_best_mae --amp
# python test.py --dataset sha --weight_path checkpoints/sha/ebc_t_best/best_mae.pth --output_filename ebc_t_best_mae --amp
# python test.py --dataset sha --weight_path checkpoints/sha/ebc_s_best/best_mae.pth --output_filename ebc_s_best_mae --amp
# python test.py --dataset sha --weight_path checkpoints/sha/ebc_b_vit_best/best_mae.pth --output_filename ebc_b_best_mae --sliding_window --input_size 224 --amp
# # ShanghaiTech B
# python test.py --dataset shb --weight_path checkpoints/shb/ebc_p_best/best_mae.pth --output_filename ebc_p_best_mae --amp
# python test.py --dataset shb --weight_path checkpoints/shb/ebc_n_best/best_mae.pth --output_filename ebc_n_best_mae --amp
# python test.py --dataset shb --weight_path checkpoints/shb/ebc_t_best/best_mae.pth --output_filename ebc_t_best_mae --amp
# python test.py --dataset shb --weight_path checkpoints/shb/ebc_s_best/best_mae.pth --output_filename ebc_s_best_mae --amp
# python test.py --dataset shb --weight_path checkpoints/shb/ebc_b_best/best_mae.pth --output_filename ebc_b_best_mae --amp
# # UCF-QNRF
# python test.py --dataset qnrf --weight_path checkpoints/qnrf/ebc_p_best/best_mae.pth --input_size 672 --output_filename ebc_p_best_mae --amp
# python test.py --dataset qnrf --weight_path checkpoints/qnrf/ebc_n_best/best_mae.pth --input_size 672 --output_filename ebc_n_best_mae --amp
# python test.py --dataset qnrf --weight_path checkpoints/qnrf/ebc_t_best/best_mae.pth --input_size 672 --output_filename ebc_t_best_mae --amp
# python test.py --dataset qnrf --weight_path checkpoints/qnrf/ebc_s_best/best_mae.pth --input_size 672 --output_filename ebc_s_best_mae --amp
# python test.py --dataset qnrf --weight_path checkpoints/qnrf/ebc_b_best/best_mae.pth --input_size 672 --output_filename ebc_b_best_mae --amp
# NWPU
python test.py --dataset nwpu --weight_path checkpoints/nwpu/ebc_b_best/best_mae.pth --input_size 672 --output_filename ebc_b_best_mae --amp --device mps |