Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
3db30442
Unverified
Commit
3db30442
authored
Jul 15, 2022
by
Alexander Jipa
Committed by
GitHub
Jul 15, 2022
Browse files
Fix typo in gallery example (#6276)
Co-authored-by:
Alexander Jipa
<
azzhipa@amazon.com
>
parent
418d8a6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gallery/plot_video_api.py
gallery/plot_video_api.py
+1
-1
No files found.
gallery/plot_video_api.py
View file @
3db30442
...
@@ -170,7 +170,7 @@ vf, af, info, meta = example_read_video(video)
...
@@ -170,7 +170,7 @@ vf, af, info, meta = example_read_video(video)
print
(
vf
.
size
(),
af
.
size
())
print
(
vf
.
size
(),
af
.
size
())
####################################
####################################
# 3. Building an example randomly sampled dataset (can be applied to training data
e
st of kinetics400)
# 3. Building an example randomly sampled dataset (can be applied to training datas
e
t of kinetics400)
# -------------------------------------------------------------------------------------------------------
# -------------------------------------------------------------------------------------------------------
# Cool, so now we can use the same principle to make the sample dataset.
# Cool, so now we can use the same principle to make the sample dataset.
# We suggest trying out iterable dataset for this purpose.
# We suggest trying out iterable dataset for this purpose.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment