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

MMFewshot evaluate only one class out of two Novel classes #152

Open
imadgohar opened this issue Oct 2, 2024 · 0 comments
Open

MMFewshot evaluate only one class out of two Novel classes #152

imadgohar opened this issue Oct 2, 2024 · 0 comments

Comments

@imadgohar
Copy link

I am using TFA, the dataset is in VOC format. I have total 5 classes and in three splits I am dividing it like this
ALL CLASSES=[A,B,C,D,E]

Split_1_base=[A,B,C,D]
Split_2_base=[A,B,C]
Split_3_base=[A,B]

Split_1_novel=[E]
Split_2_novel=[D,E]
Split_3_novel=[C,D,E]

Class E has few samples that's why it is considered as novel class in split_1. The second class with least samples is D and it is together with E in split 2 and the third class with least samples is C and it is combined with D and E in split_3.

The issue now is in split_2 and split_3, the evaluating results for C and D are always 0. I have the info of GT and Dets but recall and ap is 0.0.

Note: Alphabets are used for classes for simplicity.

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

1 participant