Closed blmoistawinde closed 3 years ago
I'm really sorry for the late release. I was making another version without using the docker(will be more easy to use) as stated in the README, which is different from the developed version. Thank you for waiting and the interest on our work. I'll fix it until this weekend.
I'm sorry for the late release. I fixed the code and made the new version without docker. Also, I provided the pre processed image feature, text feature for the dataset we used in the paper, and the code for preprocessing new files.
Hi Authors,
I greatly appreciate your work, establishing a new SOTA for referenced caption evaluation metric, and your contributions to open source. However, I noticed some issues in the current release.
It seems that some important files/directories for training the model and computing the score is not here by now, such as
data/
andmodel/
as is in UNITER.I also noticed some mismatches between README and the actual files, like
launch_activate.sh
,compute_score.py
in README, whilelaunch_container.sh
andcompute_metric.py
in the current repo.Any plan to fix them? Thanks.