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

Description of Testing on the GAICD dataset. #18

Open
geraltFromRivia opened this issue Oct 28, 2019 · 6 comments
Open

Description of Testing on the GAICD dataset. #18

geraltFromRivia opened this issue Oct 28, 2019 · 6 comments

Comments

@geraltFromRivia
Copy link

Hello!

Thank you very much for sharing the code and dataset with the community. I have a questions about how would one go about testing previously published methods on the GAICD. I was wondering if you could possibly describe how do you test the VFN / VEN models on the GAICD dataset. Do you feed take the precomputed crops and then feed them each into the VFN / VEN and then rank order the crop scores?

Thank you very much.

@HuiZeng
Copy link
Owner

HuiZeng commented Oct 28, 2019

Hello!

Yes, we tested previous methods exactly as your description.

@HuiZeng
Copy link
Owner

HuiZeng commented Oct 28, 2019

Please also note that those crops in the dataset with annotated score "-2" are discarded, cause they have irregular aspect ratios.

@geraltFromRivia
Copy link
Author

geraltFromRivia commented Oct 28, 2019

Thank you very much for the prompt reply! Is there a chance you'd be able to post a sample evaluation script for VFN or VEN?

I did notice the crops in the dataset with annotated score "-2" are discarded in the dataset definition. I am inquiring about the method of testing, as when using the pre-trained VEN model provided by the authors, the scores computed by my modified testing script computed an SRCC < 0.2, which is much lower as compared to the one reported in the paper.

Thanks!

@HuiZeng
Copy link
Owner

HuiZeng commented Oct 28, 2019

I uploaded the testing code here:
https://drive.google.com/file/d/1L502GpdTxFW7INQPGD5lR71uRSk6NJBh/view?usp=sharing

The attached results are obtained from VFN. Sorry for not polishing this code.

You may mess up the order of different crops if you only get an SRCC < 0.2.

@HuiZeng
Copy link
Owner

HuiZeng commented Oct 28, 2019

The result file is formulated as: image ID, crop ID, predicted score.

@geraltFromRivia
Copy link
Author

Thank you very much. I will have a look at the code.

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