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

how to process my own images #1

Open
whulc opened this issue May 9, 2023 · 3 comments
Open

how to process my own images #1

whulc opened this issue May 9, 2023 · 3 comments

Comments

@whulc
Copy link

whulc commented May 9, 2023

I have taken some photos and use colmap to reconstruct them. How can I use the code to generate the depthmap?

@serizba
Copy link
Owner

serizba commented May 10, 2023

Hi @whulc ,

You should create a dataset class for your images, like kitti.py. Then you can create a TunerDataset using your dataset and the path to the reconstructed COLMAP models.

From there you can finetune an SfMTuner.

@whulc
Copy link
Author

whulc commented May 11, 2023

Is ground truth depth map necessary for the finetune and prediction? It seems that in kitti.py, the gt depthmap is provided or calculated from lidar pointcloud.

@serizba
Copy link
Owner

serizba commented May 11, 2023

Hi! No, ground truth depth map is only used for evaluation and is not used at all during the finetuning. You can just return a dummy placeholder if you don't have gt available.

I will soon update the repo with a version that does not require to return the gt.

Thanks!

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