-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question about Multi-Camera Data Usage and Calibration in EasyVolcap #24
Comments
Hi @YongmoonPark , does the visualized camera match the actual setup? The calibration method in EasyMocap is indeed a good place to start since their camera parameters' format ('intri.yml' and 'extri.yml') can be directly used here in EasyVolcap. |
Hi @YongmoonPark , thank you for your interest! Here are some suggestions regarding multi-view data calibration that are relevant to your question:
Therefore, I believe that the calibration chessboard is crucial for obtaining a set of real-world physical scales and determining the origin of the calibration results. The calibration process provided by EasyMocap takes all of these factors into account. As a result, EasyMocap should yield similar results to the sample data for your own data. The extrinsic parameters of all cameras are expressed in the world coordinate system determined by the placement of the calibration chessboard, rather than being referenced to a specific camera. Finally, because EasyVolcap and EasyMocap share the same camera storage specification, the calibration results obtained from EasyMocap ( I hope this can help you. |
I've confirmed that using custom static multi-view data works well.
However, I'm encountering difficulties with multi-camera data.
I attempted to convert the calibration values of my 36-channel camera setup to the EasyVolcap calibration format, which resulted in unsatisfactory outcomes. I have several questions regarding this:
For multi-camera setups that cannot use Colmap, should I proceed with calibration using the EasyMocap method (EasyMocap calibration)?
Is there a specific calibration technique recommended for EasyVolcap?
Looking at the sample data, the extrinsic calibration value for Rot_00 is not an identity matrix but something different.
Our calibration is based on cam_00, which leads me to think that the relative positioning of the cameras might not significantly alter the outcome, depending on which reference point is used. However, given the unsatisfactory results, I am keeping all possibilities open.
What reference point was used to determine the camera positions in the sample?
Would using the EasyMocap method yield a Rot_00 value similar to the sample?
I'm looking for guidance on whether there's a specific calibration method required for EasyVolcap and how to address the calibration issues with multi-camera data effectively. Thank you for your assistance.
my calibration data
0013_01's calibration data
The text was updated successfully, but these errors were encountered: