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

Cannot replicate the results for loca_few_shot.pth model checkpoint #3

Open
YaelGrins opened this issue Nov 3, 2023 · 2 comments
Open

Comments

@YaelGrins
Copy link

Hi,
Thank you very much for sharing your work.
I am experiencing an issue where I cannot replicate the results published while using the loca_few_shot.pth model checkpoint file.
The results I observed after running the evaluation script are as follows:
Val set MAE: 62.53 RMSE: 127.91
Test set MAE: 58.45 RMSE: 149.80
Thanks in advance for your time and assistance.

Best regards,
Yael

@djukicn
Copy link
Owner

djukicn commented Nov 20, 2023

@YaelGrins Thank you for your question. Is your issue similar to #2, i.e., did you maybe have issues with loading the pretrained model at first?

@niki-amini-naieni
Copy link

These are the results I got for FSC-147 -

From running the evaluation code with the provided checkpoints:
Val MAE: 10.22, Val RMSE 32.52, Test MAE: 10.71, Test RMSE: 56.28

From training the model using the provided training code:
Val MAE: 10.25, Val RMSE: 34.88, Test MAE: 11.43, Test RMSE: 69.84

Most results (except test RMSE) look reasonable compared to the published ones. The test RMSE from running the training code is quite high but still SOTA for class-agnostic counting.

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

3 participants