Skip to content
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

Questions about some parameters. #6

Open
s690 opened this issue Dec 1, 2022 · 1 comment
Open

Questions about some parameters. #6

s690 opened this issue Dec 1, 2022 · 1 comment

Comments

@s690
Copy link

s690 commented Dec 1, 2022

Dear author,I'm debugging your model recently. I'm confused about some parameters in defaults.py. They are the following parameters:
_C.INPUT.FS.FEW_SHOT = False
_C.INPUT.BASE_CLASS_MEMORY= 60
_C.INPUT.FS.SUPPORT_EXCLUDE_QUERY = False

and why _C.DATASETS.TRAIN_KEEPCLASSES = 'all', _C.DATASETS.TEST_KEEPCLASSES = ' '
Is that mean try on all classes but test only on base classes?
Could you please help me,thanks a lot.

@GuangxingHan
Copy link
Owner

Hi, actually we did not use this variable "_C.DATASETS.TRAIN_KEEPCLASSES" in this repo. Sorry for the confusion.

As for 'TEST_KEEPCLASSES', it is just used to specify the test support_dict name for voc dataset (https://github.com/GuangxingHan/QA-FewDet/blob/main/QA_FewDet/modeling/fsod/fsod_rcnn.py#L512). This parameter is set to be different values in the config files. It can be 'all1/all2/all3' or 'novel1/novel2/novel3' if only detecting novel classes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants