pytorch3d icon indicating copy to clipboard operation
pytorch3d copied to clipboard

Pytorch3D 0.7.8 FOUND

Open maaamcube opened this issue 6 months ago • 1 comments

Hi,

I succesfully installed pytorch3d 0.7.8 using this tutorial : https://medium.com/@gowthamunni2001/installing-pytorch3d-in-windows-b64c18e4d34c

When i launched the function : python -m FOUND.fit --exp_name FOUND/image/test.png --data_folder FOUND/data

I got this error :

" Traceback (most recent call last): File "C:\Users\tkrou\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in run_module_as_main return run_code(code, main_globals, None, File "C:\Users\tkrou\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in run_code exec(code, run_globals) File "C:\Users\tkrou\FOUND\FOUND\fit.py", line 13, in from FOUND.data import FootScanDataset File "C:\Users\tkrou\FOUND\FOUND\data.py", line 3, in from FOUND.utils.normal import kappa_to_alpha_np File "C:\Users\tkrou\FOUND\FOUND\utils_init.py", line 2, in from .forward import idx_batch File "C:\Users\tkrou\FOUND\FOUND\utils\forward.py", line 3, in from pytorch3d.loss import ( File "C:\Users\tkrou\FOUND\pytorch3d\py3d_env\lib\site-packages\pytorch3d-0.7.8-py3.10-win-amd64.egg\pytorch3d\loss_init.py", line 10, in from .chamfer import chamfer_distance File "C:\Users\tkrou\FOUND\pytorch3d\py3d_env\lib\site-packages\pytorch3d-0.7.8-py3.10-win-amd64.egg\pytorch3d\loss\chamfer.py", line 13, in from pytorch3d.ops.knn import knn_gather, knn_points File "C:\Users\tkrou\FOUND\pytorch3d\py3d_env\lib\site-packages\pytorch3d-0.7.8-py3.10-win-amd64.egg\pytorch3d\ops_init.py", line 9, in from .ball_query import ball_query File "C:\Users\tkrou\FOUND\pytorch3d\py3d_env\lib\site-packages\pytorch3d-0.7.8-py3.10-win-amd64.egg\pytorch3d\ops\ball_query.py", line 12, in from pytorch3d import _C ImportError: DLL load failed while importing _C: Le module spécifié est introuvable. "

How can i resolve this ?

Thank's in advance.

maaamcube avatar May 22 '25 09:05 maaamcube