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

not detecting #1

Open
sahil-dhuri opened this issue Oct 10, 2021 · 4 comments
Open

not detecting #1

sahil-dhuri opened this issue Oct 10, 2021 · 4 comments

Comments

@sahil-dhuri
Copy link

i have trained my model in same way as u did for max 50 epochs

but then to its not detecting
image

i have seen in train folder the images are labeled very well
image

but it was not able to predict while training itself i think so..
image

@prp-e
Copy link

prp-e commented Nov 29, 2021

Use what you see in last instead of best or increase the number of epochs. I had same problem(s).

@wacky7
Copy link

wacky7 commented May 30, 2022

i have trained my model in same way as u did for max 50 epochs

but then to its not detecting image

i have seen in train folder the images are labeled very well image

but it was not able to predict while training itself i think so.. image

same issues here, let me know if you've found the solution.

@gaurav00700
Copy link

Hi,
Actually there is no issue in your model. Your model is not detecting due to low prediction threshold limit. You can increase the number of echos, this will improve accuracy and reduce loss. This way you can get prediction on test data.

@prashantmore277
Copy link

Hi,
Actually there is no issue in your model. Your model is not detecting due to low prediction threshold limit. You can increase the number of epochs, this will improve accuracy and reduce loss. This way you can get prediction on test data.

for 50 epochs accuracy(F1 Score) is 0.49
and It is only detecting drowsy as I have trained this model with only 20 image (10 Awake and 10 Drowsy)
and sometime aways with close eyes also

after increasing training image and epochs the result is improved so there is not any problem with model its just that you have to fine tune model until it gives you an perfect result
Screenshot 2023-04-10 232847

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

5 participants