Open3D icon indicating copy to clipboard operation
Open3D copied to clipboard

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

Open youb1649 opened this issue 2 years ago • 4 comments

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!

youb1649 avatar Jul 29 '22 08:07 youb1649

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

yuecideng avatar Jul 29 '22 08:07 yuecideng

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 avatar Jul 30 '22 06:07 youb1649

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?

youb1649 avatar Aug 05 '22 05:08 youb1649

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

FraDePace avatar Apr 29 '24 08:04 FraDePace