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

How to increase accurancy for set from ~ 2k interior images? #95

Open
Sps113 opened this issue Apr 27, 2021 · 0 comments
Open

How to increase accurancy for set from ~ 2k interior images? #95

Sps113 opened this issue Apr 27, 2021 · 0 comments

Comments

@Sps113
Copy link

Sps113 commented Apr 27, 2021

I tried to train a neural network with a set of about 2 thousand images with user votes according to the aesthetic criterion, about 10 thousand votes.
Json file looks like:
...
{"image_id":"xxxx1","label":[6,1,0,0,1,0,0,1,1,1]},
{"image_id":"xxxx2","label":[0,0,0,1,0,0,0,0,0,1]},
{"image_id":"xxxx3","label":[0,0,0,0,0,0,1,0,0,0]},
{"image_id":"xxxx4","label":[0,0,0,0,0,0,0,0,0,1]},
...
All images from the category of interiors.
After several training attempts with different cleaning data, it was not possible to reduce the prediction error less than 30%.
What I doing wrong?
Please tell me what are the options for increasing the accuracy? Perhaps, need to use other model settings, augmentation, expanding image sets, something else?
I will be grateful for any hint

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