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
7e17ba54
Commit
7e17ba54
authored
Mar 10, 2017
by
Sushil BHATTACHARJEE
Browse files
fixed bug in example-code
parent
7908970b
Pipeline
#7735
failed with stages
in 17 minutes and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
doc/guide.rst
View file @
7e17ba54
...
...
@@ -57,7 +57,7 @@ The function ``galbally_iqm_features::compute_quality_features()`` returns a 1D
>>> from bob.ip.qualitymeasure import galbally_iqm_features as iqm
>>> video4d = bob.io.video.reader(video_file) # doctest: +SKIP
>>> rgb_frame = video4d[0]
>>> print(
len(
rgb_frame
)
)
>>> print(rgb_frame
.shape
)
[3, 480, 720]
>>> gf_set = iqm.compute_quality_features(rgb_frame)
>>> print(len(gf_set))
...
...
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