Closed alex-wy closed 4 years ago
Hi, the --recursive
is missing in the instructions.
Can you try the following?
git clone --recursive --branch ml-module https://github.com/intel-isl/Open3D.git
This should ensure that you have all the submodules and that you are on the right branch.
Hi, the
--recursive
is missing in the instructions. Can you try the following?git clone --recursive --branch ml-module https://github.com/intel-isl/Open3D.git
This should ensure that you have all the submodules and that you are on the right branch.
It works! Thx for ur reply!
After I run the code in the "Building Open3D with ML module" to install Open3d ML module:
I got an CMake Error
So I run these code to git and configure it.
But I got error message when I want to run the pretrained model:
After I change the cmake sentence:
However, I got a new error when I run the pretrained model:
Btw, It's okay to "import open3d.ml.tf". How can I fix it?