dcharatan / pixelsplat

[CVPR 2024 Oral, Best Paper Runner-Up] Code for "pixelSplat: 3D Gaussian Splats from Image Pairs for Scalable Generalizable 3D Reconstruction" by David Charatan, Sizhe Lester Li, Andrea Tagliasacchi, and Vincent Sitzmann
http://davidcharatan.com/pixelsplat/
MIT License
864 stars 60 forks source link

RuntimeError: GET was unable to find an engine to execute this computation #76

Closed renaissanceee closed 4 months ago

renaissanceee commented 4 months ago

i install torch='2.1.0+cu121', but get error when loading re10k.ckpt.

dcharatan commented 4 months ago

I suspect this is a problem with your CUDA/PyTorch installation, not with the pixelSplat code. Are you able to load other model checkpoints using your environment?

renaissanceee commented 4 months ago

I suspect this is a problem with your CUDA/PyTorch installation, not with the pixelSplat code. Are you able to load other model checkpoints using your environment?

thanks for your reply, the same for re10k and acid, because the error happens in "F.conv2d(input, weight, bias" inside backbone_resnet. But I checked the torch version and nvcc-V.