Semantic_Segmentation icon indicating copy to clipboard operation
Semantic_Segmentation copied to clipboard

train

Open guluha opened this issue 7 years ago • 4 comments

How long will it take to train

guluha avatar Oct 24 '17 02:10 guluha

Just from memories this has run in around 20 minutes on nvidia 1070. Without gpu ... 6 hours?

stvogel avatar Oct 26 '17 15:10 stvogel

thank you very much.

guluha avatar Oct 27 '17 06:10 guluha

There is no validation dataset, when I run fcn.py, ValueError: Cannot feed value of shape (0,) for Tensor 'data/X_valid_placeholder:0', which has shape '(?, 160, 576, 3)' how it come?

zhcv avatar Nov 09 '17 03:11 zhcv

I solved this by changing viz_dir to './data/data_road/testing' since it is how the folder in data_road is named when you download KITTI dataset.

serchu avatar Mar 05 '18 12:03 serchu