APose and local
This commit is contained in:
12
config.yml
12
config.yml
@@ -2,15 +2,19 @@
|
||||
address_input: "0" # input video path or webcam index
|
||||
|
||||
# Image processing
|
||||
scale_pose: 0.42 # shoulder width
|
||||
scale_pose: 42.0 # 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_address: "localhost" # osc ip address
|
||||
osc_port: 8888 # port
|
||||
osc_message_address: "/pose/0" # osc address for message in send_message function
|
||||
|
||||
# Output
|
||||
output_method: 'file' # type os output data method
|
||||
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: True # APose coordinates
|
||||
world: True # True - world coordinates, False - local coordinates
|
||||
Reference in New Issue
Block a user