Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SULI 2021
AI4HDR_GUI
Commits
547ef415
Commit
547ef415
authored
Jan 28, 2021
by
josh
Browse files
check push
parent
2a5bfa69
Changes
10
Hide whitespace changes
Inline
Side-by-side
HDRData.py
View file @
547ef415
...
...
@@ -178,7 +178,9 @@ class HDRFileDB( HDRDatabaseInterface ):
def
getImageArray
(
self
,
imageId
:
str
)
->
np
.
array
:
print
(
imageId
)
baseDir
=
self
.
_idToBasePath
(
imageId
)
print
(
baseDir
)
imageFilePath
=
[
p
for
p
in
baseDir
.
rglob
(
"{}.*"
.
format
(
imageId
)
)
][
0
]
return
np
.
array
(
Image
.
open
(
imageFilePath
)
)
...
...
__pycache__/HDRData.cpython-36.pyc
View file @
547ef415
No preview for this file type
__pycache__/HDRData.cpython-37.pyc
deleted
100644 → 0
View file @
2a5bfa69
File deleted
__pycache__/HDRData.cpython-38.pyc
deleted
100644 → 0
View file @
2a5bfa69
File deleted
__pycache__/HDRDataModel.cpython-36.pyc
deleted
100644 → 0
View file @
2a5bfa69
File deleted
__pycache__/HDRDataModel.cpython-37.pyc
deleted
100644 → 0
View file @
2a5bfa69
File deleted
__pycache__/HDRModel.cpython-36.pyc
deleted
100644 → 0
View file @
2a5bfa69
File deleted
__pycache__/appUtils.cpython-36.pyc
View file @
547ef415
No preview for this file type
__pycache__/appUtils.cpython-37.pyc
deleted
100644 → 0
View file @
2a5bfa69
File deleted
__pycache__/appUtils.cpython-38.pyc
deleted
100644 → 0
View file @
2a5bfa69
File deleted
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