Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save district10/c9d3e2a353b3435a5545b80bf7aba746 to your computer and use it in GitHub Desktop.

Select an option

Save district10/c9d3e2a353b3435a5545b80bf7aba746 to your computer and use it in GitHub Desktop.
open3d for ubuntu 16.04
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

@district10

Copy link
Copy Markdown
Author
python3 -m pip install pip -U
python3 -m pip install wheel numpy -U
python3 -m pip install path/to/open3d.whl

@ZCMax

ZCMax commented Jul 25, 2022

Copy link
Copy Markdown

Thanks so much!

@ZCMax

ZCMax commented Jul 26, 2022

Copy link
Copy Markdown

I want to know why the package is much smaller than the official open3d package for open3d==0.14.1?

@district10

Copy link
Copy Markdown
Author

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).

@district10

Copy link
Copy Markdown
Author

@district10

Copy link
Copy Markdown
Author

@district10

Copy link
Copy Markdown
Author

@jianbohuang

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment