|
a |
|
b/utils/procedure.txt |
|
|
1 |
main_folder_path='../../Data/MS2017test/' |
|
|
2 |
|
|
|
3 |
cd utils/ |
|
|
4 |
python trainLandmarks.py --mainFolderPath=$main_folder_path --pcRange=1-99 |
|
|
5 |
python resizeScans.py --mainFolderPath="$main_folder_path" --postfix=_200x200x100orig --noGIFS --withNorm=1 --size=200x200x100 |
|
|
6 |
python -c 'import PP; PP.generateTrainValFile(0.8, main_folder = "'$main_folder_path'", postfix="_200x200x100orig")' |
|
|
7 |
|
|
|
8 |
python train.py --useGPU=1 --archId=0 --maxIter=100000 --lr=0.0001 --iterSize=25 --patchSize=60 |
|
|
9 |
Model is saved in train_results/models/ |
|
|
10 |
|
|
|
11 |
python eval.py --patchPredSize=60 --modelPath=$modelpath --singleEval |