-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Train on a different dataset #17
Comments
Have a look into the tutorial: https://github.com/TimoSaemann/ENet/tree/master/Tutorial |
Hey @TimoSaemann : While training on a different dataset (with different resolution of images) What will be the necessary modifications ? Is there an example for the same ? Thanks a lot |
Same question |
@Viswa14 @kli-nlpr I basically followed the tutorial, but for changing image resolution just change the first layer in the train prototxt to your desired size, and the label divide factor if necessary. Also you'll want to change the num_output param in deconv6_0_0 to your number of classes |
@nkrall : Thanks for you help! |
@Viswa14 hmm, no I didn't run into that |
@nkrall May I ask how you edit other files? I have edited absolute paths and train_file.txt. Because my the number of new dataset classes is 30, I also changed class numbers. But it didnt seem to converge. (and create_colormap.py needed to be edited? My new dataset doesnt seem to have RGBs of classes) |
@Viswa14 Did you solve the problem? thanks |
Hey @TimoSaemann ,
I'm confused as of how to use train Enet on a different dataset. I'm trying to train it on KITTI data set.
Thank You
The text was updated successfully, but these errors were encountered: