Model with rotation and world coords

This commit is contained in:
Arkadiy Strelnikov
2021-12-07 22:30:50 +07:00
parent b7ae67136e
commit 38687ac7c9
4 changed files with 772 additions and 147 deletions

View File

@@ -6,7 +6,7 @@ scale_pose: 42.0 # shoulder width
crop_image: 1.0 # coefficient of image cropping
# OSC output
osc_address: "localhost" # osc ip address
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
@@ -16,5 +16,5 @@ 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
apose: False # APose coordinates
world: True # True - world coordinates, False - local coordinates