perfanalytics / pose2sim

Markerless kinematics with any cameras — From 2D Pose estimation to 3D OpenSim motion
BSD 3-Clause "New" or "Revised" License
237 stars 44 forks source link

Large number of Json are annoying to copy. Would it be possible to imagine that P2S would accept an other file format such as hdf5 or any other ? #74

Open ANaaim opened 6 months ago

ANaaim commented 6 months ago

I know that json is the base export format file for open pose but when you are manipulating large amount of individual frame in a video and each is file is in a different json file it make folder with large number of file making it quite "difficult" ( I means extremely long) to copy. How could it be handle in a elegant manner ? We might concatenate all the json in a single file ? Any thought on this issue ?

ANaaim commented 6 months ago

I saw that it was in your to do list at the end of the read me. I might try to have a look.

davidpagnon commented 6 months ago

I totally agree, it would be nice if Pose2Sim could natively accept both json and h5 format (such a the DeepLabCut one). You may have a look at this piece of code: https://github.com/perfanalytics/pose2sim/blob/main/Pose2Sim/Utilities/Blazepose_runsave.py#L51