Skip to content

Commit

Permalink
Added links to Google's Open Source preprocessing.
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolascasas committed Sep 6, 2019
1 parent 55c28c7 commit 0720ff8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ datasets from fine-tuning these models. I3D models pre-trained on Kinetics also
placed first in the CVPR 2017 [Charades
challenge](http://vuchallenge.org/charades.html).

NEW: added a new pre-trained checkpoint using rgb inputs and trained from scratch on Kinetics-600.
The repository also now includes a pre-trained checkpoint using rgb inputs and trained from scratch on Kinetics-600.

NEW: the video preprocessing we used has now been open-sourced by google. Check [this script](https://github.com/google/mediapipe/blob/master/mediapipe/examples/desktop/media_sequence/kinetics_dataset.py).


Disclaimer: This is not an official Google product.

Expand Down Expand Up @@ -143,7 +146,7 @@ videos are provided in full. The video used is `v_CricketShot_g04_c01.mp4` which
can be downloaded from the [UCF101
website](http://crcv.ucf.edu/data/UCF101.php).

Our preprocessing uses internal libraries, but can be reproduced as follows. For
Our preprocessing uses internal libraries, that have now been open-sourced [here](https://github.com/google/mediapipe/blob/master/mediapipe/examples/desktop/media_sequence/kinetics_dataset.py). It does the following:
both streams, we sample frames at 25 frames per second. For Kinetics, we
additionally clip the videos at the start and end times provided.

Expand Down Expand Up @@ -174,7 +177,7 @@ data/v_CricketShot_g04_c01_rgb.gif](data/v_CricketShot_g04_c01_rgb.gif "data/v_C
![See
data/v_CricketShot_g04_c01_flow.gif](data/v_CricketShot_g04_c01_flow.gif "data/v_CricketShot_g04_c01_flow.gif")

For additional details on preprocessing, please refer to our paper or contact
For additional details on preprocessing, check [this](https://github.com/google/mediapipe/blob/master/mediapipe/examples/desktop/media_sequence/kinetics_dataset.py), refer to our paper or contact
the authors.

### Acknowledgments
Expand Down

0 comments on commit 0720ff8

Please sign in to comment.