-
Notifications
You must be signed in to change notification settings - Fork 13
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
Bad performance on ObjectNet #7
Comments
Hi, |
Really glad receive your reply! Another question I found is that when I evaluate on ObjectNet, not all images but only 18574 images of 113 classes are utilized. Is there something wrong with the code in ObjectNet? |
The code uses ImageNet data loader from folders (https://pytorch.org/vision/stable/generated/torchvision.datasets.ImageFolder.html). Can you check how many class folders are there in the local data path? |
There are 50273 images of 313 class folders in the local data path. Hope to see your revised results in your paper! Thanks! |
Hi, @SachinG007 I also have the same problem. If you already have any scores related to this, would you mind sharing them here? Thank you so much. |
Hi @BierOne , |
Glad to hear that! Thanks :) |
Have you rerun the objectnet experiments yet? I got an acc of 55.4% for ZSL and 54.7% for FLYP. I can't match the performance of other methods (i.e. FT, LP, LP-FT), too. |
@LixDemon May I know if you could share your trained weight on ImageNet? It seems this repository does not provide it. Thank you! |
@LixDemon , I didn't yet get a chance to rerun the ImageNet experiments. I will get back on this. @Simon4Yan , I can upload the model once I rerun it. Thanks |
Hi @LixDemon and @Simon4Yan , The updated FLYP and Zeroshot numbers for ObjectNet: Finetuned: I will also update the paper once I get the numbers for the baselines as well. |
Hi @SachinG007, |
@SachinG007 Thank you for sharing the model weights. Also, I am interested in the revised version. Kind Regards! |
I run your code and got a similar result with the paper except ObjectNet. The top-1 acc on ObjectNet is only 54.7%. I found the images in my ObjectNet is 50273 but not 50000. I downloaded the ObjectNet from the official url https://www.dropbox.com/s/raw/cxeztdtm16nzvuw/objectnet-1.0.zip and unzip it. Do you have any idea why this happened?
The text was updated successfully, but these errors were encountered: