You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
conda create -n gaussianactor python=3.10
conda activate gaussianactor
pip install torch==2.0.1 torchvision==0.15.2 torchaudio==2.0.2
(Install pytorch3d) Please download a proper version of pytorch3d from pytorch.org and install locally.
pip install pytorch_lightning==2.0.2
pip install lightning==2.0.2
pip install opencv-python scikit-image matplotlib einops packaging spconv pytorch-fid==0.3.0 lpips==0.1.4 tensorboard==2.12.0
(NOTE) If a module is missing, please install it manually based on the error message.
Install 3DGS module
Clone AnimatableGaussians and place gaussians under GaussianActor/.
cd GaussianActor
cd gaussians/diff_gaussian_rasterization_depth_alpha
python setup.py install
cd ../..
ZJU-MoCap Dataset
Please download the preprocessed ZJU-MoCap dataset from the huggingface space, place CoreView_313.zip, CoreView_315.zip, CoreView_377.zip, CoreView_386.zip under GaussianActor/data/zju_mocap/ and finally unzip them.
SMPL/SMPL-X Data
Please download the preprocessed SMPL/SMPL-X data from the huggingface space, place body_models.zip under GaussianActor/ and finally unzip it.
Train the 2D denoiser
cd full
CUDA_VISIBLE_DEVICES=0 python train_2d_v1_ok_zju.py