Update Config.toml
This commit is contained in:
parent
bc2a8a07ba
commit
1f66686340
@ -5,7 +5,7 @@
|
|||||||
# Configure your project parameters here
|
# Configure your project parameters here
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
project_dir = 'D:\softs\github_david\pose2sim\Pose2Sim\Demo' # BETWEEN SINGLE QUOTES! # If empty, project dir is current dir
|
project_dir = '' # BETWEEN SINGLE QUOTES! # If empty, project dir is current dir
|
||||||
frame_range = [] #For example [10,300], or [] for all frames
|
frame_range = [] #For example [10,300], or [] for all frames
|
||||||
frame_rate = 60 #Hz
|
frame_rate = 60 #Hz
|
||||||
|
|
||||||
@ -25,7 +25,7 @@ pose_model = 'BODY_25B' #CUSTOM, BODY_25B, BODY_25, BODY_135, BLAZEPOSE,
|
|||||||
# See Pose2Sim\skeleton.py for their skeleton hierarchy
|
# See Pose2Sim\skeleton.py for their skeleton hierarchy
|
||||||
|
|
||||||
[calibration]
|
[calibration]
|
||||||
type = 'vicon' # 'qca', 'vicon', 'checkerboard', 'arucoboard', or 'charucoboard'
|
type = 'qca' # 'qca', 'vicon', 'checkerboard', 'arucoboard', or 'charucoboard'
|
||||||
[calibration.qca]
|
[calibration.qca]
|
||||||
binning_factor = 1 # Usually 1, except when filming in 540p where it usually is 2
|
binning_factor = 1 # Usually 1, except when filming in 540p where it usually is 2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user