YanjieZe / 3D-Diffusion-Policy

[RSS 2024] 3D Diffusion Policy: Generalizable Visuomotor Policy Learning via Simple 3D Representations
https://3d-diffusion-policy.github.io
MIT License
514 stars 50 forks source link

Fix version number for opencv-python #72

Closed DavidLXu closed 1 month ago

DavidLXu commented 1 month ago

The version number for opencv-python under gym-0.21.0 is "opencv-python>=3." in both requirements.txt and setup.py, leading to failure of installation. Changed to "opencv-python>=3.4.0" and works well.

YanjieZe commented 1 month ago

Hi, thank you for your contributions. The installation works well on my computer so I am not sure whether this could be useful. I am closing this but again thank you very much for the contribution:)