File size: 2,264 Bytes
4a1f918 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
python generate_predictions.py --model_config model_svdtuning.yml --data_config config_btcv.yml --data_folder "/media/ubuntu/New Volume/jay/BTCV/test_vol_h5" --save_path "./svdsam_btcv_1024" --pretrained_path "svdsam_btcv_1024.pth" --labels_of_interest "Spleen" --device "cuda:1"
python generate_predictions.py --model_config model_svdtuning.yml --data_config config_btcv.yml --data_folder "/media/ubuntu/New Volume/jay/BTCV/test_vol_h5" --save_path "./svdsam_btcv_1024" --pretrained_path "svdsam_btcv_1024.pth" --labels_of_interest "Right Kidney" --device "cuda:1"
python generate_predictions.py --model_config model_svdtuning.yml --data_config config_btcv.yml --data_folder "/media/ubuntu/New Volume/jay/BTCV/test_vol_h5" --save_path "./svdsam_btcv_1024" --pretrained_path "svdsam_btcv_1024.pth" --labels_of_interest "Left Kidney" --device "cuda:1"
python generate_predictions.py --model_config model_svdtuning.yml --data_config config_btcv.yml --data_folder "/media/ubuntu/New Volume/jay/BTCV/test_vol_h5" --save_path "./svdsam_btcv_1024" --pretrained_path "svdsam_btcv_1024.pth" --labels_of_interest "Gall Bladder" --device "cuda:1"
python generate_predictions.py --model_config model_svdtuning.yml --data_config config_btcv.yml --data_folder "/media/ubuntu/New Volume/jay/BTCV/test_vol_h5" --save_path "./svdsam_btcv_1024" --pretrained_path "svdsam_btcv_1024.pth" --labels_of_interest "Liver" --device "cuda:1"
python generate_predictions.py --model_config model_svdtuning.yml --data_config config_btcv.yml --data_folder "/media/ubuntu/New Volume/jay/BTCV/test_vol_h5" --save_path "./svdsam_btcv_1024" --pretrained_path "svdsam_btcv_1024.pth" --labels_of_interest "Stomach" --device "cuda:1"
python generate_predictions.py --model_config model_svdtuning.yml --data_config config_btcv.yml --data_folder "/media/ubuntu/New Volume/jay/BTCV/test_vol_h5" --save_path "./svdsam_btcv_1024" --pretrained_path "svdsam_btcv_1024.pth" --labels_of_interest "Aorta" --device "cuda:1"
python generate_predictions.py --model_config model_svdtuning.yml --data_config config_btcv.yml --data_folder "/media/ubuntu/New Volume/jay/BTCV/test_vol_h5" --save_path "./svdsam_btcv_1024" --pretrained_path "svdsam_btcv_1024.pth" --labels_of_interest "Pancreas" --device "cuda:1" |