-
Notifications
You must be signed in to change notification settings - Fork 224
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
Add one or two new categories? #145
Comments
just take care about base and novel ratio (1 novel and 3 base)..yes that's True! |
Hi @mrconter1 and @AISoltani , Did you get a good detection accuracy during inference? Was 60 images per category sufficient to obtain a good accuracy? Also, If you had only 8 categories during fine_tuning, why is the ROI_Heads.NUM_CLASSES = 20? I'll be very grateful for your reply. Many Thanks |
This was a while ago. From what I remember I could identify Starship with
just a couple of images.
Den fre 9 aug. 2024 12:40Ashwin Murali ***@***.***> skrev:
… Hi @mrconter1 <https://github.com/mrconter1> ,
Did you get a good detection accuracy during inference? Was 60 images per
category sufficient to obtain a good accuracy? Also, If you had only 8
categories during fine_tuning, why is the ROI_Heads.NUM_CLASSES = 20?
I'll be very grateful for your reply.
Many Thanks
—
Reply to this email directly, view it on GitHub
<#145 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHYLDTT7YPUBVTT7RAI6JKLZQSMDTAVCNFSM6AAAAABMIG6WBWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENZXGY3DGMBXG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Dear @retazo0018 |
oh, that's great, good luck |
Hello!
What would be the best approach to add one or more categories to an already existing model? I am following this guide:
https://github.com/ucbdrive/few-shot-object-detection/blob/master/docs/TRAIN_INST.md
But I am a bit unsure on how to approach this:
Say that I want to add two custom categories with 60 images each. If I understand it correctly I will take the COCO base model for fine-tuning. The base data/novel data ratio should be 3:1 (I think). I should therefore create a new dataset with:
The new dataset is the one I will use to fine-tune the base model which will be incoperated here (replacing the selected name with my custom dataset):
Is this correct?
The text was updated successfully, but these errors were encountered: