GeorgeSeif / Semantic-Segmentation-Suite

Semantic Segmentation Suite in TensorFlow. Implement, train, and test new Semantic Segmentation models easily!
2.5k stars 880 forks source link

About train.py #154

Open sctrueew opened 5 years ago

sctrueew commented 5 years ago

Hello everyone, what parameters did you use for this example? I'm using python train.py --dataset CamVid --batch_size 1 --crop_width 480 --crop_height 352 --h_flip false --v_flip false --model FC-DenseNet103 --frontend ResNet101 --num_epochs 300 Is it right?