Navigation Menu

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

Trained with custom dataset model results #279

Open
Muratoter opened this issue Aug 11, 2022 · 0 comments
Open

Trained with custom dataset model results #279

Muratoter opened this issue Aug 11, 2022 · 0 comments

Comments

@Muratoter
Copy link

I prepared custom dataset that 7000 images has only floor class and added to ade20k dataset. Now i have dataset with 28000 images. I changed floor annotations color with #040404 in my dataset, because floor class had that color in ADE20K dataset. So my floor annotation looks like this;
0101 jpg___fuse
(#040404 color is very close to black. If you look carefully you will see the floor annotation)

and original images;
0101

It seems everything normal my dataset. Then i changed start_epoch and num_epoch values in config yaml file,
num_epoch: 23 start_epoch: 20 epoch_iters: 5000 .
Training process done with successfully and i have encoder and decoder model that names are encoder_epoch_23.pth, decoder_epoch_23.pth. Everything is seems normal here as well

I got results using theses models but result was not as expected.
I got this result when i download model from here decoder_epoch_20.pth
f89bce9bcb394a8a8aa785dfb847bf4a

And i got this result when using i trained model;

03046ef6e5ac431e8e33002854eebb05

Results seem to be getting worse. What could i be doing wrong?

@Muratoter Muratoter changed the title Trained with custom dataset results Trained model with custom dataset results Aug 11, 2022
@Muratoter Muratoter changed the title Trained model with custom dataset results Trained with custom dataset model results Aug 11, 2022
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