Preparing for exe making

This commit is contained in:
Arkadiy Strelnikov
2021-11-29 22:51:18 +07:00
parent bee2dfa944
commit f653da2092
4 changed files with 198 additions and 95 deletions

16
config.yml Normal file
View File

@@ -0,0 +1,16 @@
# Input
address_input: "0" # input video path or webcam index
# Image processing
scale_pose: 0.42 # shoulder width
crop_image: 1.0 # coefficient of image cropping
# OSC output
osc_address: "0.0.0.0" # osc ip address
osc_port: 5005 # port
osc_message_address: "/pose/0" # osc address for message in send_message function
# Output
output_method: 'file' # type os output data method
mirror_image: True # horizontal image mirroring just for show
show_image: True # show image in opencv interface