Scene-Diffuser
Scene-Diffuser copied to clipboard
Official implementation of CVPR23 paper "Diffusion-based Generation, Optimization, and Planning in 3D Scenes"
Hi, thanks for your great work. I have an issue with the **variable σ** on **Tab.3**. In your released code, test results (Success rate, Diversity and Collision) are computed in...
If you use `osmesa` as the backend, please uninstall `pyopengl` and then reinstall it with `pip install pyopengl==3.1.5`.
Thank you for your perfect work. I have questions about the motion generation. Can I specify starting and ending human pose to generate intermediate motion? Do I need to retrain...