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

Transfer learning using the available weights #233

Open
Ahsanr312 opened this issue Jan 11, 2021 · 3 comments
Open

Transfer learning using the available weights #233

Ahsanr312 opened this issue Jan 11, 2021 · 3 comments

Comments

@Ahsanr312
Copy link

Suggest an idea for this project
Hi! I have been following the repository and used the available weights for prediction on my own dataset which resulted in poor segmentation. While thinking about how to achieve better results on my own dataset, I came up with a few ideas as follows:

  1. Train the architecture only on my custom dataset
  2. Train the architecture on MS COCO + custom dataset
  3. Train the architecture using transfer learning on custom dataset

I believe, I won't get good results by choosing first approach whereas the second approach can get me some good results however I am looking for any method for the third approach mentioned above.

Looking forward for hearing from you all.

@jakubczakon
Copy link
Collaborator

Hi @Ahsanr312 thank you for the suggestion.

Actually, you can do any of the options right now.
This repository is more about how to train it (how we trained it) than "generalizable" results.
We wanted to share our work on this competition with the world.

One thing to keep in mind is that this was built for buildings so perhaps you should use a different dataset than MS COCO (cityscape is a good one I believe).

Good luck with fine-tuning!

@Ahsanr312
Copy link
Author

I have looked for steps to fine-tune the model but couldn't fine anything.
Can you help me with it? @jakubczakon

@data-overload
Copy link

data-overload commented Mar 23, 2021

@Ahsanr312 Were you able to figure out how to tune the model?
I prepared the training directory as per the Readme with my own images+annotations but get a DecodeError running the train command.
Edit: that error is fixed by upgrading neptune client, however I still struggle to produce new tuned weights (no errors but I don't see the output from training).

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

3 participants