Which one is the example for real-time 3D reconstruction example like youtube?
- 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
I found a real-time 3D reconstruction example in one video on youtube like [https://youtu.be/pLCVCH7ypI4](url).
If I can create an indoor environment as a mesh, especially with real-time 3D reconstruction techniques, that is exactly the solution that I want to have. It would be appreciated if someone could introduce the process of configuring this with open3d.
Also, dense_slam_gui.py makes ab error like below in my computer.
Config file was not provided, falling back to default dataset.
Traceback (most recent call last):
File "c:\Open3D\examples\python\t_reconstruction_system\dense_slam_gui.py", line 476, in
config = get_default_dataset(config)
File "c:\Open3D\examples\python\t_reconstruction_system\common.py", line 99, in get_default_dataset
config = lounge_dataloader(config)
File "c:\Open3D\examples\python\t_reconstruction_system\common.py", line 65, in lounge_dataloader
lounge_rgbd = o3d.data.LoungeRGBDImages()
AttributeError: module 'open3d.cpu.pybind.data' has no attribute 'LoungeRGBDImages'
It would be appreciated as well if someone explain the reason for the error and the solution how it works.
Thanks!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.