Preparation of the basic environment
- Python 3.10+运行环境
- NVIDIA GPU(建议16GB显存以上)
- Git Version Control Tools
Detailed installation steps
- 克隆代码库: git clone https://github.com/HeliosZhao/GenXD.git
- 安装PyTorch 2.1.2(需CUDA支持)
- 安装依赖库: pip install -r requirements.txt
- 下载预训练模型到genxd-model目录
Environmental validation
运行torch.cuda.is_available()检查CUDA可用性,输出True表示配置成功。建议使用conda创建独立Python环境避免依赖冲突。
caveat
需确保硬盘有足够空间存放数据集,完整安装约需要50GB存储空间。
This answer comes from the articleGenXD: open source framework for generating videos of arbitrary 3D and 4D scenesThe