how to i get the reconstruction script(s) to work with my depth images?
- Dominant language
- C++
- Stars
- 14k
- Forks
- 2.6k
- Avg merge
- 5d 18h
- Merged PRs (30d)
- 6
Description
### Checklist
- [X] I have searched for [similar issues](https://github.com/isl-org/Open3D/issues).
- [X] For Python issues, I have tested with the [latest development wheel](http://www.open3d.org/docs/latest/getting_started.html#development-version-pip).
- [X] I have checked the [release documentation](http://www.open3d.org/docs/release/) and the [latest documentation](http://www.open3d.org/docs/latest/) (for `master` branch).
### My Question
Hello, i am trying to use the reconstruction scripts to generate point clouds/meshs from the depth output obtained from [consistent depth estimation](https://github.com/facebookresearch/consistent_depth)
i keep getting an error from run_system.py for "unsupported image format"
RuntimeError: [Open3D Error] (static std::shared_ptr open3d::geometry::RGBDImage::CreateFromColorAndDepth(const open3d::geometry::Image&, const open3d::geometry::Image&, double, double, bool)) /root/Open3D/cpp/open3d/geometry/RGBDImageFactory.cpp:42: [CreateFromColorAndDepth] Unsupported image format.
i was trying to use greyscaled version of the output from the neural network.
i tried changing the channel count of the depth map to uint16.
https://drive.google.com/file/d/114GOVeoCgpX-sKo8GZ7IHOzBeQqx_uXO/view?usp=sharing
this is my dataset with the original images, original depth output and the greyscaled depth images.
transform.json is the camera intristic from COLMAP used in the training and config.json is the same as the example config in the documentation but with the paths changed
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.