You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to run the few shot model on my dataset. I have a single object dataset with tens of tagged images and a lot more of non-tagged images. I would like to perform object detection for this dataset.
I red all guides you've wrote about it but got really confused about how to train & test the model over my dataset.
I do understand I need to organize my data in COCO format, but I do not understand how to do this in this context - what does seen and unseen labels mean? and what does the script 003.ipynb do?
Next, I saw I need to use the script build_prototypes.ipynb to create class prototypes, but this script requires masks for my dataset, which I do not have.
Then, what should I do to train the model?
Thanks in advance,
Roi
The text was updated successfully, but these errors were encountered:
Hi,
First of all thanks for this great work.
I would like to run the few shot model on my dataset. I have a single object dataset with tens of tagged images and a lot more of non-tagged images. I would like to perform object detection for this dataset.
I red all guides you've wrote about it but got really confused about how to train & test the model over my dataset.
I do understand I need to organize my data in COCO format, but I do not understand how to do this in this context - what does seen and unseen labels mean? and what does the script 003.ipynb do?
Next, I saw I need to use the script build_prototypes.ipynb to create class prototypes, but this script requires masks for my dataset, which I do not have.
Then, what should I do to train the model?
Thanks in advance,
Roi
The text was updated successfully, but these errors were encountered: