sparsefusion icon indicating copy to clipboard operation
sparsefusion copied to clipboard

[CVPR 2023] SparseFusion: Distilling View-conditioned Diffusion for 3D Reconstruction

Results 7 sparsefusion issues
Sort by recently updated
recently updated
newest added

What a great job this is! I have a problem: I run demo.py and get an output: Traceback (most recent call last): File "demo.py", line 183, in main() File "demo.py",...

What a great job this is! I have a problem: I run demo.py and get an output: runtime error:error(s) in loading state dict for DDPM how to solve it? thank...

Excellent job! I've got some questions about the code. The input of VLDM is from batch_rgb(aka query_rgb)? But we didn't have the query_rgb at the training stage? And where the...

**What a great job this is! I have some problems, mainly inside EFT 1. In the following code, what is the shape of data["R"] and why [0] was chosen? In...

Thanks for the nice work! I got this error when I ran `python demo.py -d co3d_toy -c hydrant`: ``` Traceback (most recent call last): File "demo.py", line 6, in from...

Hi, Thanks for the amazing work and code release! I followed the installation instruction in the readme file to install all the requirement including co3d repo. I then tried to...