Python安装说明

备注

这些示例的推荐 Python 版本是 3.7 - 3.9。

Note that Open3D is not available for Python 3.13 and later.

  1. 安装Zivid软件

  2. 下载Zivid Sample Data

  3. 查看 Zivid Python 示例存储库:

    git clone http://github.com/zivid/zivid-python-samples.git
    
  4. 使用IDE或命令行安装runtime requirements:

cd zivid-python-samples
pip install -r requirements.txt

备注

If Open3D fails to install, ensure you are using a Python version supported by Open3D. Alternatively, you can install only dependencies required for non-Open3D samples by running:

pip install ./modules
  1. 打开并运行其中一个示例。

    备注

    在 Windows 上运行 GUI 示例应该通过 pythonw 完成。