Currently, we have 3D pose data that we gathered using DeepLabCut and are trying to go to an OpenSim model using Pose2Sim. I am having some trouble figuring out the folder structure to use for multiple trials and what needs to be changed in the config.toml files. Here is what I currently have:
--Main Project Folder
--Config.toml
--Trial N
--Config.toml
--Videos
-- Raw, unlabeled videos
--Calibration
-- camera intrinsics/extrinsics/config
--Pose
-- camN
--camN.h5
--camN.csv
What needs to be changed in each Config file to specify that I am using deeplabcut?
Currently, we have 3D pose data that we gathered using DeepLabCut and are trying to go to an OpenSim model using Pose2Sim. I am having some trouble figuring out the folder structure to use for multiple trials and what needs to be changed in the config.toml files. Here is what I currently have:
--Main Project Folder
--Config.toml
--Trial N
--Config.toml
--Videos
-- Raw, unlabeled videos
--Calibration
-- camera intrinsics/extrinsics/config
--Pose
-- camN
--camN.h5
--camN.csv
What needs to be changed in each Config file to specify that I am using deeplabcut?