Skip to content
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

On extrinsic preprocess #76

Open
ldz666666 opened this issue Dec 25, 2022 · 1 comment
Open

On extrinsic preprocess #76

ldz666666 opened this issue Dec 25, 2022 · 1 comment

Comments

@ldz666666
Copy link

ldz666666 commented Dec 25, 2022

Hello, thanks for your great work
I wonder when applying mvsnerf on other types of data ( faces, bodys, for example ), what should i do with the extrinsic and the intrinsic in my own data.
To be more detailed
1: Do i need to convert the extrinsic matrix to opencv format? If so, do a simple matrix-multiplication between the extrinsic(c2w for my own data) and the blender2opencv matrix is enough ?
2: How should i deal with the scale factor and the downsample factor like what is in ./data/dtu.py. Do i need to perform intrinsic[:2] = intirnsic[:2]*4 when collecting intrinsic, and intrinsic[:2] = intrinsic[:2]/4 when calculating proj mats like in dtu.py, or directly perform dividing 4 without intrinsic[:2] = intirnsic[:2]*4.

Looking for your reply !

@jssyzsfzy
Copy link

Hello, thanks for your great work I wonder when applying mvsnerf on other types of data ( faces, bodys, for example ), what should i do with the extrinsic and the intrinsic in my own data. To be more detailed 1: Do i need to convert the extrinsic matrix to opencv format? If so, do a simple matrix-multiplication between the extrinsic(c2w for my own data) and the blender2opencv matrix is enough ? 2: How should i deal with the scale factor and the downsample factor like what is in ./data/dtu.py. Do i need to perform intrinsic[:2] = intirnsic[:2]*4 when collecting intrinsic, and intrinsic[:2] = intrinsic[:2]/4 when calculating proj mats like in dtu.py, or directly perform dividing 4 without intrinsic[:2] = intirnsic[:2]*4.

Looking for your reply !

have you solved this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants