Skip to content

Commit

Permalink
Further updates on documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
diegolascasas committed Sep 12, 2019
1 parent 0720ff8 commit 0667e88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ challenge](http://vuchallenge.org/charades.html).

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).
**NEW**: the video preprocessing we used has now been open-sourced by google. To set it up, check [these instructions in Google's MediaPipe repo](https://github.com/google/mediapipe/blob/master/mediapipe/docs/install.md).


Disclaimer: This is not an official Google product.
Expand Down Expand Up @@ -146,8 +146,8 @@ 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, 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
Our preprocessing uses internal libraries, that have now been open-sourced [check Google's MediaPipe repo](https://github.com/google/mediapipe/blob/master/mediapipe/docs/install.md). It does the following:
for both streams, we sample frames at 25 frames per second. For Kinetics, we
additionally clip the videos at the start and end times provided.

For RGB, the videos are resized preserving aspect ratio so that the smallest
Expand Down

0 comments on commit 0667e88

Please sign in to comment.