Open3D
Open3D copied to clipboard
Colour map optimisation example in a broken state?
Checklist
- [X] I have searched for similar issues.
- [X] For Python issues, I have tested with the latest development wheel.
- [X] I have checked the release documentation and the latest documentation (for
masterbranch).
My Question
It appears that the color map optimisation example (now called color_map_optimization_for_reconstruction_system.py?) no longer has clear instructions on how to run it, or the input it expects.
It seems it once loaded the fountain dataset, and the old version of the docs link to this. Now it consumes a config file, but it's unclear what exactly should be in this config file.
Could someone please advise?
Furthermore, it appears to depend on a function initialize_config which is no longer present, perhaps once a package within open3d_example?