Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant