forked from damaggu/cellSAM_devel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevals_neurips.sh
3 lines (3 loc) · 1016 Bytes
/
evals_neurips.sh
1
2
3
CUDA_VISIBLE_DEVICES=6 python neurips_test.py --num_chunks 1 --model_path /data/AllCellData/results/new_finetuned/everything_with_good_livecell_neurips_tuning_ft_box/SAM_groundtruth_boxPrompt_everything_with_good_livecell_neurips_tuning_train.pth --tile_size 256 --overlap 100 --iou_depth 100 --results_path ./results_tuning_256_100_100 --data_path /data/user-data/rdilip/cellSAM/dataset/val_tuning/neurips
python NeurIPS-CellSeg/baseline/compute_metric.py -s ./results_tuning_256_100_100/inferences_reshaped -g ./evals/tuning/labels --gt_suffix _label.tiff --seg_suffix ".tiff" >> results_tuning_256_100_100.txt
CUDA_VISIBLE_DEVICES=7 python neurips_test.py --num_chunks 1 --model_path /data/AllCellData/results/new_finetuned/everything_with_good_livecell_neurips_tuning_ft_box/SAM_groundtruth_boxPrompt_everything_with_good_livecell_neurips_tuning_train.pth --tile_size 256 --overlap 100 --iou_depth 100 --results_path ./results_hidden_256_100_100 --data_path /data/user-data/rdilip/cellSAM/dataset/hidden/neurips