Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
bob.ip.qualitymeasure
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bob
bob.ip.qualitymeasure
Commits
7908970b
Commit
7908970b
authored
Mar 10, 2017
by
Sushil BHATTACHARJEE
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed import for python3
parent
4ef01d41
Pipeline
#7734
failed with stages
in 8 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
bob/ip/qualitymeasure/test.py
bob/ip/qualitymeasure/test.py
+2
-2
No files found.
bob/ip/qualitymeasure/test.py
View file @
7908970b
...
...
@@ -18,8 +18,8 @@ import bob.ip.color
#from .utils import detect_landmarks, draw_landmarks, save_landmarks, Result
#from .utils import detect_landmarks_on_boundingbox
#from .script.detect_landmarks import main as app
import
galbally_iqm_features
as
iqm
import
msu_iqa_features
as
iqa
from
.
import
galbally_iqm_features
as
iqm
from
.
import
msu_iqa_features
as
iqa
REF_VIDEO_FILE
=
'real_client001_android_SD_scene01.mp4'
...
...
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