conda activate sv3d python==3.10.14
pip3 install -r requirements.txt
pip3 install deepspeed
Store them as following structure:
cd Novel-View-Refinement
.
└── checkpoints
└── sv3d_p.safetensors
└── sv3d_u.safetensors # might not be used.
sh scripts/sv3d_finetune.sh
Store the input images in assets
sh scripts/inference.sh
Use Objaverse 1.0 dataset with preprocessing pipeline.
See objaverse dataloader for detail.