isl-org / Open3D

Open3D: A Modern Library for 3D Data Processing
http://www.open3d.org
Other
10.77k stars 2.23k forks source link

Which one is the example for real-time 3D reconstruction example like youtube? #5379

Open youb1649 opened 1 year ago

youb1649 commented 1 year ago

Checklist

My Question

I found a real-time 3D reconstruction example in one video on youtube like https://youtu.be/pLCVCH7ypI4. 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!

yuecideng commented 1 year ago

Hi, could you provide more infomation about the Open3D, Python and System information? Please see the issue temple.

youb1649 commented 1 year ago

OS: window 11 Python: 3.9.13 Open3D: 0.15.1 My location: South Korea

Exactly I want to play this on my computer.

image

youb1649 commented 1 year ago

I met one new error message.

class utils::PostconditionPanic in enum filament::RenderableManager::Builder::Result __cdecl filament::RenderableManager::Builder::build(class filament::Engine &,class utils::Entity):235 in file D:\a\filament\filament\filament\src\components\RenderableManager.cpp reason: [entity=50] AABB can't be empty, unless culling is disabled and the object is not a shadow caster/receiver

image

Does anyone know about the error and how to solve it?

FraDePace commented 2 months ago

were you able to solve it? I am facing the same error