-
-
Save district10/c9d3e2a353b3435a5545b80bf7aba746 to your computer and use it in GitHub Desktop.
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
(Sorry about that, but we can’t show files that are this big right now.)
python3 -m pip install pip -U
python3 -m pip install wheel numpy -U
python3 -m pip install path/to/open3d.whl
Thanks so much!
I want to know why the package is much smaller than the official open3d package for open3d==0.14.1?
I want to know why the package is much smaller than the official open3d package for open3d==0.14.1?
See compile commands: (above)
-DBUILD_GUI=OFF \
-DBUILD_WEBRTC=OFF \
and no CUDA, no datasets/model files?
I'm not quite sure.
You can compile it yourself with above Dockerfile (create a manylinux 2014 build environment) and Makefile (mount Open3d 0.14.1 source and compile python 3.6/3.7/3.8/3.9/3.10 pip wheels).
You can build wheels from https://github.com/cubao/Open3D/tree/v0.15.1-wheels-release now.
Related: isl-org/Open3D#4349
赞
Dockerfile
build script
clone open3d, add Makefile:
Then run:
make build_wheels_in_manylinux