Skip to content

Commit

Permalink
readme update (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-iashin committed Jun 16, 2020
1 parent d9a06e2 commit acb1f05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ If you want to skip the training procedure, you may replicate the main results o
As we mentioned in the paper, we didn't have access to the full dataset as [ActivityNet Captions](https://cs.stanford.edu/people/ranjaykrishna/densevid/) is distributed as the list of links to YouTube video. Consequently, many videos (~8.8 %) were no longer available at the time when we were downloading the dataset. In addition, some videos didn't have any speech. We filtered out such videos from the validation files and reported the results as `no missings` in the paper. We provide these filtered ground truth files in `./data`.

## Raw Data & Details on Feature Extraction
If you are feeling brave, you may want extract features on your own. Check out our script for extraction of the I3D and VGGish features from a set of videos: [video_features on GitHub](https://github.com/v-iashin/video_features). Also see [#7](https://github.com/v-iashin/MDVC/issues/7) for more details on configuration.
If you are feeling brave, you may want extract features on your own. Check out our script for extraction of the I3D and VGGish features from a set of videos: [video_features on GitHub](https://github.com/v-iashin/video_features). Also see [#7](https://github.com/v-iashin/MDVC/issues/7) for more details on configuration. We also provide the script used to process the timestamps `./utils/parse_subs.py`.

## Misc.
We additionally provide
- the file with subtitles with original timestamps in `./data/asr_en.csv`
- the file with subtitles with original timestamps in `./data/asr_en.csv`.
- the file with video categories in `./data/vid2cat.json`

## Acknowledgments
Expand Down

0 comments on commit acb1f05

Please sign in to comment.