Replies: 2 comments 1 reply
-
Maybe this one! Face mask detection dataset from Kaggle https://www.kaggle.com/datasets/ashishjangra27/face-mask-12k-images-dataset |
Beta Was this translation helpful? Give feedback.
0 replies
-
If you can't find a dataset, you could start by creating your own (e.g. start with ~25-50 images of each class), then use the model itself to go over different images and continually grow a dataset of new images. This image dataset was released recently with/without subjects - https://arxiv.org/abs/2201.03101 (I think it is mostly focused on people though rather than non-people). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone I am going through the youtube video course and I want to write a binary classification model for detecting if an image has something in it.
For example, if there is a dog in an image, it must be labeled as not_empty; if the image is just a scene with no animals in it, then the image must be labeled as empty.
My questions:
Thank You
I hope to get some good suggestions. Love you all.
Beta Was this translation helpful? Give feedback.
All reactions