Update Augmenter

This commit is contained in:
HunMinKim 2024-01-09 20:11:00 +09:00 committed by GitHub
parent 9fe0b713e4
commit 380f514851
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@
# exclude_from_batch = [] # List of trials to be excluded from batch analysis, ['<participant_dir/trial_dir>', 'etc']. # exclude_from_batch = [] # List of trials to be excluded from batch analysis, ['<participant_dir/trial_dir>', 'etc'].
# e.g. ['S00_P00_Participant/S00_P00_T00_StaticTrial', 'S00_P00_Participant/S00_P00_T01_BalancingTrial'] # e.g. ['S00_P00_Participant/S00_P00_T00_StaticTrial', 'S00_P00_Participant/S00_P00_T01_BalancingTrial']
## Only taken into account if pose_model is 'BODY_25_AUGMENTED' # Coming soon! ## Only taken into account if pose_model is 'BODY_25_AUGMENTED' # Test now!
# participant_height = 1.7 # m # participant_height = 1.7 # m
# participant_mass = 70 # kg # participant_mass = 70 # kg
@ -104,6 +104,10 @@
# overwrite_pose = false # overwrite_pose = false
# openpose_path = '' # only checked if OpenPose is used # openpose_path = '' # only checked if OpenPose is used
[BODY_25_AUGMENTED]
ModelName = "LSTM"
model = "v0.3" # now, 0.3 is lastest version
offset = true # default is ture
# [synchronization] # [synchronization]
## COMING SOON! ## COMING SOON!