davidpagnon / Pose2Sim_Blender

Pose2Sim visualizer tool — Import cameras and OpenSim data in Blender
MIT License
20 stars 0 forks source link

Thanks agains (+ some issue) #1

Open ANaaim opened 8 months ago

ANaaim commented 8 months ago

Great work :D Should ease some video verification. Thanks again for all this work super helpful.

Some problem i just encounter :

[cam_1]
name = "26578"
size = [ 1088.0, 1920.0,]
matrix = [ [ 1677.425415046875, 0.0, 550.739013671875,], [ 0.0, 1677.491943359375, 959.772338875,], [ 0.0, 0.0, 1.0,],]
distortions = [ -0.000715875, 0.002123484375, 4.828125e-06, 7.15625e-06,]
rotation = [ -0.0801490876242585, 2.55670003636537, -1.7035997593979935,]
translation = [ -1.1008491007352483, 0.9451061357111141, 2.759258575604535,]
fisheye = false

[cam_2]
name = "26579"
size = [ 1088.0, 1920.0,]
matrix = [ [ 1680.458740234375, 0.0, 545.0693359375,], [ 0.0, 1680.66064453125, 923.3432006875,], [ 0.0, 0.0, 1.0,],]
distortions = [ -0.000690171875, 0.00212715625, 1.7359375e-05, -6.96875e-06,]
rotation = [ 1.651872305424128, -1.3123573659257894, 0.8062765511334361,]
translation = [ 0.40351437570705406, -0.18787945794784702, 4.89854989774333,]
fisheye = false
davidpagnon commented 8 months ago

Sorry @ANaaim, I just noticed that I was not "watching" the repository and did not get any notification about it.

ANaaim commented 8 months ago

it is a Framerate issue so I will have a look at the option you are talking about because I did not see it.

ANaaim commented 8 months ago

It works when indicating the correct frequencies ==> Would it be possible to read directly the value in the trc to use this value by default ?

davidpagnon commented 8 months ago

Yes, I can do this for the trc files, but not for the csv nor mot files as there is no framerate specification. It is not complicated but I'm quite busy this week, I may not do it before next week or so!

ANaaim commented 7 months ago

No hurry, it is more my though about it as a user rather than a need :)