-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest.sh
More file actions
5 lines (3 loc) · 803 Bytes
/
test.sh
File metadata and controls
5 lines (3 loc) · 803 Bytes
1
2
3
4
python test.py --checkpoint weights/CVSAdaptNet.pth --dataset_config configs/config_cvsadaptnet.py --class_prompt class_prompts/class_prompt_endoscapes_refined.txt --save_dir job_name --batch_size 1 --inference_mode standard >> job_name/output_standard.txt
python test.py --checkpoint weights/CVSAdaptNet.pth --dataset_config configs/config_cvsadaptnet.py --class_prompt class_prompts/class_prompt_endoscapes_refined.txt --save_dir job_name --batch_size 1 --inference_mode positive_negative >> job_name/output_positive_negative.txt
python test.py --checkpoint weights/CVSAdaptNet.pth --dataset_config configs/config_cvsadaptnet.py --class_prompt class_prompts/class_prompt_endoscapes_manual_8class.txt --save_dir job_name --batch_size 1 --inference_mode multi_class >> job_name/output_multi_class.txt