-
Notifications
You must be signed in to change notification settings - Fork 33
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
Are the data used for second stage training consistent with FSRW #12
Comments
Hi @bobokeley , I actually randomly select the support data for each experimental run and report averaged results over multiple runs, which are directly comparable to the Tables 7 & 8 in TFA (the results of FSRW are also reported). Otherwise, you can find the image list chosen in FSRW and modify this function to obtain the same support data as them. |
Thanks for your reply! I'll try it right now! |
In your provided test scripts, you set meta-test=True. Is this really directly comparable to TFA? Correct me if I'm wrong. |
Hi @bsun0802 , This "meta_test" simply means that class-level feature vectors is used in testing, which are extracted from the support data. And the name "meta_test" is copied from Meta RCNN. Extracting class features from support data and use them in testing is a common setting in Few-Shot Object Detection (FSRW, Meta RCNN). |
Great, thanks for your reply. The name meta-test naming is a bit confusing. And then your work is indeed the current SOTA 👍 |
Hello, i got same interest with you. Did you have done evaluation with same data sample with FSRW? |
Hi, I am wondering if the data in VOC and COCO for finetuning is the same as FSRW, and if not, how would you suggest to modify the code to adapt to their data settings?
The text was updated successfully, but these errors were encountered: