joeyz0z / ConZIC

Official implementation of "ConZIC: Controllable Zero-shot Image Captioning by Sampling-Based Polishing"
MIT License
72 stars 17 forks source link

About experiment in article #11

Closed Penation closed 1 year ago

Penation commented 1 year ago

Hello author, I am interested in your team's work and would like to reproduce and continue the work of conzic. However, I would like to ask how conzic conducted tests on datasets such as MSCOCO. I saw that only demo code was provided on GitHub but no test code. Could you please provide more information on how the author performed dataset testing?

joeyz0z commented 1 year ago

You can use run.py to perform dataset testing by setting --caption_img_path your_dataset_img_dir.

Penation commented 1 year ago

Thank you!!! I'll give it a try.