isl-org / DeepLagrangianFluids

Code repository for "Lagrangian Fluid Simulation with Continuous Convolutions", ICLR 2020.
Other
212 stars 41 forks source link

[Question] Open3D with ML module -> Building Tensorflow ops on Windows is currently not supported. #7

Closed FlorentGuinier closed 4 years ago

FlorentGuinier commented 4 years ago

Hey not directly related to your repo, however you might know the answers :

When compiling open3d with ML module on windows (with BUILD_GLFW=ON to avoid problen with GLFW lib) I got the following error:

$ cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_TENSORFLOW_OPS=ON -DBUILD_CUDA_MODULE=ON -DBUILD_GLFW=ON -- New GUI is currently unsupported on Windows <...> -- Building library 3rdparty_poisson from source CMake Error at src/Open3D/ML/CMakeLists.txt:2 (message): Building Tensorflow ops on Windows is currently not supported.

That seems unexpected. Do you guys have an hint on what could be happening here?

Thanks!

Florent

benjaminum commented 4 years ago

Thanks for your question. It is more specific to Open3D so I answered here https://github.com/intel-isl/Open3D/issues/1973

FlorentGuinier commented 4 years ago

Thanks for the answer and follow up on Open3D forum, closing.