Semantic_Segmentation
Semantic_Segmentation copied to clipboard
train
How long will it take to train
Just from memories this has run in around 20 minutes on nvidia 1070. Without gpu ... 6 hours?
thank you very much.
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?
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.