-
Notifications
You must be signed in to change notification settings - Fork 53
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
how to use intrinsics and extrinsics from colmap ? #21
Comments
Hi, I think you could adapt this script https://github.com/autonomousvision/monosdf/blob/main/preprocess/scannet_to_monosdf.py to prepare the data |
@CCOSerika Sorry for the late reply.
is used for ScanNet (indoor scenes) where the cameras are inside the rooms. In the DTU cases it should be changed to something like
|
Sorry,I want to ask if pose conversion is only used to generate mesh in the evaluation phase? |
@MingRuiye Sorry I missed your messages. Not sure whether I understand your question. The pose conversion is used in evaluation phase because we need to convert the extracted mesh back to original world space. |
Hi ,
I have a custom image dataset, and run colmap to get the instrinsics and extrinsics of all the images. Then , how should I proceed to run monosdf and get the mesh?
Thanks!
Jiakui
The text was updated successfully, but these errors were encountered: