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

OWOD data split doesn't work. #27

Open
orrzohar opened this issue Oct 13, 2022 · 2 comments
Open

OWOD data split doesn't work. #27

orrzohar opened this issue Oct 13, 2022 · 2 comments

Comments

@orrzohar
Copy link

Hi,
So I have been trying to implement the old TOWOD data split. I found that the images specified there are the VOC2007 classes. However, there is a bug where the classes defined at the top of "datasets/torchvision_datasets/open_world.py" are not the VOC2007 classes:

VOC_CLASS_NAMES = [
"aeroplane","bicycle","bird","boat","bus","car",
"cat","cow","dog","horse","motorbike","sheep","train",
"elephant","bear","zebra","giraffe","truck","person"
]

and missing: bottle, chair, dining table, potted plant, sofa, tv/monitor.

Did you train on these classes when you report the results of task 1 table 1? did you use the VOC2007 classes? if so, could you upload the scripts you used?

Thank you in advance

@akshitac8
Copy link
Owner

Hello @orrzohar We are not training on bottle, chair, dining table, potted plant, sofa, tv/monitor. for the task 1 setting. These classes come in the future task.

@orrzohar
Copy link
Author

orrzohar commented Nov 2, 2022

Even for the results in table 1 of your MS? Because you stated that you train on PASCAL VOC classes.

Best
Orr

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