-
Notifications
You must be signed in to change notification settings - Fork 48
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
More class #7
Comments
Mask R-CNN can definitely handle that. The original researchers trained it with 90 classes and many more images. |
Thank you for your help.... Actually, I want to create a model which solve a multiclass classification problem.
To be clear her is an example, I have 50 types of knife, and the output of the model has to recognize the correct name of the knife. Knife name could be: Chef's Knife,Heavy Duty Utility Knife,Boning Knife, etc. To solve this problem, I have started to use annotated, segmented (masked) images (Coocolike dataset) and MASK RCNN model. As a first step, I got a prediction, but I really don't know if I'm on the right way. My questions are:
|
I completely lost track of this because I was on vacation, sorry about that. I don’t know if you actually need Mask R-CNN if the images only contain one object. Seems like overkill. Maybe something simpler like imagenet? |
Hi there,
What if I want to train more than one class? For example, 100 class, and each class has 500 images for training. It is impossible to load 50.000 images to memory. Or your model use generator to avoid this problem?
Do you have an example/solution for this?
The text was updated successfully, but these errors were encountered: