jamespark3922 / densevid_eval

Evaluation code for Dense-Captioning Events in Videos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dense Captioning Events in Video - Evaluation Code

This is a forked repository from densevid_eval. Instead of using sentence metrics, we evaluate captions at the paragraph level, as described in Move Forward and Tell (ECCV18)

Usage

python para-evaluate.py -s YOUR_SUBMISSION_FILE.JSON --verbose

Paper

Visit the project page for details on activitynet captions.

Citation

@inproceedings{krishna2017dense,
    title={Dense-Captioning Events in Videos},
    author={Krishna, Ranjay and Hata, Kenji and Ren, Frederic and Fei-Fei, Li and Niebles, Juan Carlos},
    booktitle={ArXiv},
    year={2017}
}

License

MIT License copyright Ranjay Krishna

About

Evaluation code for Dense-Captioning Events in Videos

License:MIT License


Languages

Language:Python 98.2%Language:Shell 1.8%