Skip to content
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

Fine-tuning on my own dataset #59

Open
An-Pan opened this issue Feb 7, 2018 · 1 comment
Open

Fine-tuning on my own dataset #59

An-Pan opened this issue Feb 7, 2018 · 1 comment

Comments

@An-Pan
Copy link

An-Pan commented Feb 7, 2018

First I trained ENet on my own dataset (similar with cityscape), and a achieve a good performance on my own test set. But can not get a good result on cityscape dataset just same like the question #14 .

So I try to fine-tuning strategy. I modify the last layer name from "deconv_encoder6_0_0" to "deconv_encoder6_0_0_fine" . And then I start training encoder with "-weights ./ENet/cityscapes_weights_before_bn_merge.caffemodel"

But when I run test_segmentation.py I can not get any segmentation result at all.

Is there anyone have tried the fine-tuning?
@TimoSaemann

@ghost
Copy link

ghost commented Apr 19, 2018

Hi @An-Pan , Have you figured out how to fine-tune with this caffe ENet? I was trying to train a 12 classes model, but got nothing as output during inference.. Not sure what the problem is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant