TimoSaemann / caffe-segnet-cudnn5

This repository was a fork of BVLC/caffe and includes the upsample, bn, dense_image_data and softmax_with_loss (with class weighting) layers of caffe-segnet (https://github.com/alexgkendall/caffe-segnet) to run SegNet with cuDNN version 5.
Other
176 stars 127 forks source link

Training segnet with city Scapes Data set #16

Open saviogeorge opened 7 years ago

saviogeorge commented 7 years ago

Hi, I was trying to train the segnet using the city scapes data set However i faced issues. like out of memory

for which I thought I will resize the image to 480x360 Then the next issue was annotations_problem

which is yet to be solved. is it because of the annotations provided by city scapes dataset has a problem with segnet if so how can i solve it.

In short i would like to know how to train the segnet using the city scapes data set.

Thank You! savio