Skip to content

Commit

Permalink
adding reencoding instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
brimoor committed Jan 12, 2021
1 parent 28b0c6e commit e6233f3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/source/user_guide/dataset_zoo/datasets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ clips distributed across 51 action classes.
dataset = foz.load_zoo_dataset("hmdb51", split="test")
# Re-encode source videos as MP4 so they can be visualized in the App
# Re-encode source videos as H.264 MP4s so they can be viewed in the App
fouv.reencode_videos(dataset)
session = fo.launch_app(dataset)
Expand All @@ -808,6 +808,9 @@ clips distributed across 51 action classes.
fiftyone zoo datasets load hmdb51 --split test
# Re-encode source videos as H.264 MP4s so they can be viewed in the App
fiftyone utils transform-videos hmdb51-test --reencode
fiftyone app launch hmdb51-test
.. image:: ../../images/dataset_zoo/hmdb51-test.png
Expand Down Expand Up @@ -1308,7 +1311,7 @@ viewpoint, etc.
dataset = foz.load_zoo_dataset("ucf101", split="test")
# Re-encode source videos as MP4 so they can be visualized in the App
# Re-encode source videos as H.264 MP4s so they can be viewed in the App
fouv.reencode_videos(dataset)
session = fo.launch_app(dataset)
Expand All @@ -1319,6 +1322,9 @@ viewpoint, etc.
fiftyone zoo datasets load ucf101 --split test
# Re-encode source videos as H.264 MP4s so they can be viewed in the App
fiftyone utils transform-videos ucf101-test --reencode
fiftyone app launch ucf101-test
.. image:: ../../images/dataset_zoo/ucf101-test.png
Expand Down

0 comments on commit e6233f3

Please sign in to comment.