Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.ip.qualitymeasure
Commits
208a18f3
Commit
208a18f3
authored
Mar 10, 2017
by
Sushil BHATTACHARJEE
Browse files
fixed bug in example code
parent
7e17ba54
Pipeline
#7736
passed with stages
in 13 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
doc/guide.rst
View file @
208a18f3
...
...
@@ -58,7 +58,7 @@ The function ``galbally_iqm_features::compute_quality_features()`` returns a 1D
>>> video4d = bob.io.video.reader(video_file) # doctest: +SKIP
>>> rgb_frame = video4d[0]
>>> print(rgb_frame.shape)
[
3, 480, 720
]
(
3, 480, 720
)
>>> gf_set = iqm.compute_quality_features(rgb_frame)
>>> print(len(gf_set))
18
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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