-
Notifications
You must be signed in to change notification settings - Fork 9
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
About the camera pose ground truth #8
Comments
Yeah, I use colmap. Please note that the camera poses from colmap are not GT and you may need to tune the colmap and image settings to get good colmap results, as SFM in low-light conditions remains a problem. |
Thanks for you response. Do you enlight the raw low-light image first and then implement colmap for the camera pose estimation? |
My solution is to export both RAW and jpeg outputs produced by the camera. The RAW output is not processed and will be processed by the simple ISP of rawpy to generate low-quality inputs for the NeRF. The jpegs - usually already processed by the camera, typically have minimal noise and is well-lit, which is used as input of colmap to get camera poses. |
many thanks! I tried to collect my own dataset and found that the colmap result based on the output of D455 color camera is very unsatisfying. Maybe I should further fine-tune the colmap parameters for a good result according to your suggestions. Thanks again. |
Hello, may I ask how do you generate the jpegs for estimating the camera poses in detail? Cuz I find that using the low-light images you provide cannot generate good poses in some scene (like still2, white chair) with few feature points. |
For example, I use my mobile phone to capture images while turning RAW mode on, so it will produce:
|
Got it. Thank you. |
Hello, could you please share any suggestions about how to get the ground truth of the camere pose when you collecting the dataset? Cuz i did not find any instruction in your paper. Do you use colmap to register the low-light images in your dataset?
The text was updated successfully, but these errors were encountered: