Halil Karabacak
Halil Karabacak
Thanks @theNded ! I wonder if there is workaround of this problem? Like maybe passing identity matrix to tracking etc. but this time I think tsdf would blow up, but...
Thank you @theNded. I will try it. And do I need to have poses of the camera for each frame if I moved to a portable camera? I guess I...
> @halil-karabacak can you please share the command you used to compile with CUDA on Windows? @FraDePace I don't exactly remember the commands but I build from source as explained...
You can use as cuda by building the lib yourself. First clone the selected version of open3d. Then you need to set DBUILD_CUDA_MODULE=ON: cmake -G "Visual Studio 16 2019" -A...
> Now it appers: ``` Traceback (most recent call last): File "D:\project_python\pcscan_config\main.py", line 2, in import open3d as o3d File "D:\anaconda\envs\yamabuki\lib\site-packages\open3d\__init__.py", line 93, in from open3d.cpu.pybind import (core, camera, data,...