要顺利运行 MIDI-3D,需满足以下配置要求:
hardware requirement
- GPUs:必须使用NVIDIA显卡并支持CUDA加速,显存最低6GB(推荐RTX 3060及以上型号)
- random access memory (RAM):建议16GB以上以确保多物体场景处理的稳定性
software environment
- Python:需安装3.10或更高版本
- PyTorch:必须与CUDA版本匹配(例如CUDA 11.8对应命令:
pip install torch torchvision --index-url https://download.pytorch.org/whl/cu118
) - dependency library (computing):通过项目提供的requirements.txt文件一键安装所有依赖项
特殊说明:CPU环境无法满足计算需求,若遇到运行失败建议检查CUDA驱动兼容性。
This answer comes from the articleMIDI-3D: An open source tool to quickly generate multi-object 3D scenes from a single imageThe