File size: 900 Bytes
2b2ae2b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | # 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](https://github.com/ranjaykrishna/densevid_eval).
Instead of using sentence metrics, we evaluate captions at the paragraph level,
as described in [Move Forward and Tell (ECCV18)](https://arxiv.org/abs/1807.10018)
## Usage
```
python para-evaluate.py -s YOUR_SUBMISSION_FILE.JSON --verbose
```
## Paper
Visit [the project page](http://cs.stanford.edu/people/ranjaykrishna/densevid) 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
|