Stephan Alaniz
Stephan Alaniz
I have implemented Python 3 support for the evaluation metrics. Have a look at my comment here: https://github.com/ruotianluo/ImageCaptioning.pytorch/issues/36#issuecomment-363442083 I am using my version of the eval tools together with the...
This is great, thanks! I would support this PR. My only concern is that this repo uses outdated `pycocotools` (current version: https://github.com/cocodataset/cocoapi). But since the package is on PyPI, it...
Thank you for providing this code example! If this package is still actively being used by the community as opposed to newer alternatives, we could think about extending the original...
Could you provide more information to reproduce this issue? Maybe a code snippet and the data that you use?
Sorry for the late reply. I cannot reproduce this issue. Can you please try out the minimal conda environment below and tell me if the problem persists? It would be...
I just realized that this problem is probably related to https://github.com/salaniz/pytorch-gve-lrcn/issues/9. Could you please check what your locale is set to and try this fix: https://github.com/salaniz/pytorch-gve-lrcn/issues/9#issuecomment-469235961
Could you provide a minimal code example to reproduce this issue? Do you get normal values if you try to run the example from this repository: [example/coco_eval_example.py](https://github.com/salaniz/pycocoevalcap/blob/master/example/coco_eval_example.py)?
Calculating the meteor score does take some time, but it shouldn't take hours. Can you try to run the [example/coco_eval_example.py](https://github.com/salaniz/pycocoevalcap/blob/master/example/coco_eval_example.py) script and report your runtime? Of course, it scales with...
I have implemented Python 3 support for the coco caption metrics: https://github.com/salaniz/pycocoevalcap I decided against a PR and in favor of a fork of my own because the pycocotools that...
My repository simply adds Python 3 support, but leaves everything else unchanged. So it is really up to how well the metrics and the tokenizer from the original coco-caption repo...