Skip to content

LuoweiZhou/densevid_eval

 
 

Repository files navigation

Dense Captioning Events in Video - Evaluation Code

This is a forked repo from the official 2017 densevid_eval. You can also find the latest official 2018 repo here and the one with SPICE support here.

Usage

First, clone this repository and make sure that all the submodules are also cloned properly.

git clone --recursive https://github.com/LuoweiZhou/densevid_eval.git

Next, download the dataset using

./download.sh

Finally, test that the evaluator runs by testing it on our sample_submission.json file by calling:

python evaluate.py

You are now all set to produce your own dense captioning results for videos and use this code to evaluate your mode:

python evaluate.py -s YOUR_SUBMISSION_FILE.JSON

Paper

Visit here for details.

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 95.6%
  • Shell 4.4%