This document provides setup instructions for the 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/real-stanford/diffusion_policy.git
cd diffusion_policy
git checkout 5ba07ac6661db573af695b419a7947ecb704690fApply the following patches in order to enable OpenVINO-specific optimizations:
git am ../patches/0001-Enable-pipeline-with-OV-2024.6.patch
git am ../patches/0002-Add-test-script.patch
git am ../patches/0003-Add-core-affinity.patch
git am ../patches/0004-Fix-OV-inference-performance.patch
git am ../patches/0005-Add-OpenVINO-conversion-scripts.patch
git am ../patches/0001-Fix-unsafe-PyTorch-load-issue.patch
git am ../patches/0001-Modify-README.md-for-OpenVINO-model-conversion.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.