facebookresearch / pifuhd

High-Resolution 3D Human Digitization from A Single Image.
Other
9.49k stars 1.44k forks source link

CUDA error: CUBLAS_STATUS_ALLOC_FAILED when calling `cublasCreate(handle)` #150

Open lavanvoo opened 2 years ago

lavanvoo commented 2 years ago

I receive the following printout when executing simple_test.py from my local machine via the Anaconda prompt:

(pifuhd) C:\Users\Vanforce Productions\Videos\Projects\Digital Doubles\Luke\pifuhd>python -m apps.simple_test Resuming from ./checkpoints/pifuhd.pt Warning: opt is overwritten. test data size: 1 initialize network with normal initialize network with normal generate mesh (test) ... 0%| | 0/1 [00:00<?, ?it/s]./results/pifuhd_final/recon/result_test_512.obj CUDA error: CUBLAS_STATUS_ALLOC_FAILED when calling cublasCreate(handle) 100%|████████████████████████████████████████████████████████████████████████████████████| 1/1 [00:22<00:00, 22.70s/it]

This occurs for me even with the test.png file that came with the installation.

Any suggestions for troubleshooting? I am not familiar with the code, but I want to run this PIFuHD tool on my local machine to use more RAM (in order to generate a higher resolution model) than the free Google Collab plan allows. I believe I have installed all required modules.

egorpezdir commented 2 years ago

Same here. Intel i7 9750 2.60GHz NVIDIA GeForce RTX 2060

Danial-Kord commented 2 years ago

Same here, anyone found a solution?

LongEcho commented 2 years ago

Same here

mtahabahsi commented 2 years ago

same here