Preparing for exe making
This commit is contained in:
@@ -11,7 +11,7 @@ parser.add_argument('--address_input', type=str, default="0", help='input video
|
||||
parser.add_argument('--scale_pose', type=float, default=0.42, help='shoulder width')
|
||||
parser.add_argument('--crop_image', type=float, default=1.0, help='coefficient of image cropping')
|
||||
parser.add_argument('--osc_address', type=str, default="0.0.0.0", help='osc_address')
|
||||
parser.add_argument('--osc_port', type=int, default="5005", help='port')
|
||||
parser.add_argument('--osc_port', type=int, default=5005, help='port')
|
||||
parser.add_argument('--osc_message_address', type=str, default="/pose/0", help='osc address for message in send_message function')
|
||||
parser.add_argument('--output_method', type=str, default='file', choices=['file', 'osc'], help='type os output data method')
|
||||
parser.add_argument('--mirror_image', type=bool, default=True, help='horizontal image mirroring just for show')
|
||||
|
||||
Reference in New Issue
Block a user