Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tilman Marquart
Art Structures - LME Praktikum
Commits
347ab429
Unverified
Commit
347ab429
authored
Dec 28, 2019
by
tilman
Browse files
working on bdcn postprocessing
parent
8b5f85bf
Changes
1
Show whitespace changes
Inline
Side-by-side
playground/bdcn_postprocessing.py
View file @
347ab429
...
...
@@ -39,12 +39,12 @@ images.sort()
images_bdcn
.
sort
()
# os.chdir('../images/out/images_imdahl/filtered_median/') #save images in this dir
#
datum = DotMap()
#
datum.poseKeypoints = OPENPOSE_DEMO_KEYPOINTS
datum
=
DotMap
()
datum
.
poseKeypoints
=
OPENPOSE_DEMO_KEYPOINTS
opWrapper
=
op
.
WrapperPython
()
opWrapper
.
configure
(
params
)
opWrapper
.
start
()
#
opWrapper = op.WrapperPython()
#
opWrapper.configure(params)
#
opWrapper.start()
for
img_name
,
img_bdcn
in
list
(
zip
(
images
,
images_bdcn
)):
#christus only
img
=
cv2
.
imread
(
img_name
)
...
...
Write
Preview
Supports
Markdown
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