ProCap / densevid_eval /README.md
BlueberryOreo's picture
Add files using upload-large-folder tool
2b2ae2b verified

Dense Captioning Events in Video - Evaluation Code

This is a modified copy from https://github.com/jamespark3922/densevid_eval, which is again a modified copy of 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