JARVIS-MoCap / JARVIS-AnnotationTool

AnnotationTool to create multi-view annotations for the JARVIS 3D Markerless Pose Estimation Toolbox
https://jarvis-mocap.github.io/jarvis-docs/
GNU Lesser General Public License v2.1
24 stars 6 forks source link

Calibration Stuck at 99% #6

Closed KenR22 closed 2 years ago

KenR22 commented 2 years ago

Hi,

When I run the calibration, the extrinsic calibration seems to be stuck at 99%. If I close the calibration then it seems to save the YAML file but they do not seem to be right. image

Here is an example YAML that was saved: %YAML:1.0

intrinsicMatrix: !!opencv-matrix rows: 3 cols: 3 dt: d data: [ 5.0108589414539790e+02, 0., 0., 0., 5.0217136123022357e+02, 0., 3.1740749857840819e+02, 1.8371580711700071e+02, 1. ] distortionCoefficients: !!opencv-matrix rows: 1 cols: 5 dt: d data: [ 1.1327725023237396e-01, -2.4446001902304867e-01, 0., 0., 0. ] R: !!opencv-matrix rows: 3 cols: 3 dt: d data: [ 1., 0., 0., 0., 1., 0., 0., 0., 1. ] T: !!opencv-matrix rows: 3 cols: 1 dt: d data: [ 0., 0., 0. ]

Thanks

KenR22 commented 2 years ago

Also, I would like to note that I am using cameras with different pixel resolutions for our setup(640p and 1080p)

KenR22 commented 2 years ago

I think I got it solved. The issue might have been there because some of the projections did not have the primary cameras.