Hi I have motion capture data which is saved in .mat file format. I want to write code in python to visualise motion capture data with animation or the best way to visualise. I have saved struct in .mat file in to separate .csv files and I want to visualise these data. I am new to this area and are there any libraries /packages I can use? or what are the python functions to represent mocap data?
Action1.csv with 6 Markers
(Marker1_X, Marker1_Y,Marker1_Z,Marker2_X, Marker2_Y,Marker2_Z,Marker3_X, Marker3_Y,Marker3_Z,Marker4_X, Marker4_Y,Marker4_Z ,Marker5_X, Marker5_Y,Marker5_Z,Marker6_X, Marker6_Y,Marker6_Z )
Any help would be grateful
Thank You