This document provides setup instructions for the Improved 3D Diffusion Policy implementation optimized with Intel OpenVINO toolkit.
- Git installed on your system
- Robotics AI Suite environment set up
- Intel OpenVINO toolkit installed
git clone https://github.com/YanjieZe/Improved-3D-Diffusion-Policy.git
cd Improved-3D-Diffusion-Policy
git checkout f5b27faabbb8952672dd3d6a21d0ba762d5dfabbApply the following patches in order to enable OpenVINO-specific optimizations:
git am ../patches/0001-Replace-diffusion_pointcloud_policy.py-with-cleaned-.patch
git am ../patches/0002-Update-idp3_workspace.py-and-add-convert_idp3.py.patch
git am ../patches/0003-update-convert_idp3.py.patch
git am ../patches/0001-Fix-unsafe-PyTorch-load-issue.patchAfter completing the source code setup, please refer to the Robotics AI Suite documentation to build and run the sample pipeline.
For issues related to the OpenVINO optimizations, please consult the Robotics AI Suite documentation or contact the development team.