File size: 339 Bytes
8b98de9 | 1 2 3 4 5 6 7 | #!/bin/sh
export CUDA_VISIBLE_DEVICES=0
python test_nwpu.py \
--model clip_vit_b_16 --input_size 224 --reduction 8 --truncation 4 --anchor_points average --prompt_type word \
--num_vpt 32 --vpt_drop 0.0 --sliding_window --stride 224 \
--weight_path ./checkpoints/nwpu/clip_vit_b_16_word_224_8_4_fine_1.0_dmcount/best_mae_0.pth |