You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run the script rgbd_integration in examples\python\advanced.
But when the geometry is visualized, I only see a window with a black screen, and in the console I find the following errors:
std::shared_ptr<geometry::TriangleMesh> ScalableTSDFVolume::ExtractTriangleMesh() {
utility::LogError("ScalableTSDFVolume::ExtractTriangleMesh is not impelemented");
auto mesh = std::make_shared<geometry::TriangleMesh>();
return mesh;
}
I am trying to run the script
rgbd_integration
inexamples\python\advanced.
But when the geometry is visualized, I only see a window with a black screen, and in the console I find the following errors:
Tested on two Windows 10 machines with CUDA 11.1 installed (Python 3.8).
The text was updated successfully, but these errors were encountered: