Skip to content
Snippets Groups Projects
Commit 2d3e565b authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Simplify basic example

parent 47c73ab7
No related branches found
No related tags found
No related merge requests found
...@@ -66,5 +66,5 @@ Pretty simple, just do something like:: ...@@ -66,5 +66,5 @@ Pretty simple, just do something like::
video = bob.io.VideoReader('myvideo.avi') video = bob.io.VideoReader('myvideo.avi')
localize = flandmark.Localizer() localize = flandmark.Localizer()
for i, frame in enumerate(video): for frame in video:
print localize(frame) print localize(frame)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment