Files
HPE_mediapipe/config.yml
Arkadiy Strelnikov 7cc5954609 Test angles before
2021-12-12 20:09:02 +07:00

22 lines
884 B
YAML

# Input
address_input: "0" # input video path or webcam index
# Image processing
scale_pose: 35.4 # shoulder width
crop_image: 1.0 # coefficient of image cropping
# OSC output
osc_address: "127.0.0.1" # osc ip address
osc_port: 7777 # port
osc_message_address: "/pose/0" # osc address for message in send_message function
# Output
output_method: 'osc' # type os output data method ['file', 'osc']
mirror_image: True # horizontal image mirroring just for show
show_image: True # show image in opencv interface
# Model UE4
apose: False # APose coordinates
world: True # True - world coordinates, False - local coordinates
old_world: False # False - new method of world coordinates with rotations