-
-
Notifications
You must be signed in to change notification settings - Fork 16.4k
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
Use Yolo for anomaly detection #9906
Comments
@tanzerlana yes YOLO will work for anomaly detection and/or detection of different types of crates like normal, damaged etc. The simplest way to start is to collect a dataset of the breakdown you are interested and and then train a model to establish a performance baseline. See Tips for Best Results for additional details. Tutorials
Good luck 🍀 and let us know if you have any other questions! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Search before asking
Question
Hello!
I do have my software running with a yolo network that recognizes some folded crates. Since Yolo is already implemented, I was thinking to add a second network that runs in parallel, to detect if the crate has some bags inside and if it is broken (aka walls missing.)
Basically the idea is to train a generic network that can differentiate between:
the crates can vary in shape and color, so I was wondering if this is a good idea.
my questions are:
any help on this is greatly appreciated.
Additional
No response
The text was updated successfully, but these errors were encountered: