eigenvivek / DiffPose

[CVPR 2024] Intraoperative 2D/3D registration via differentiable X-ray rendering
http://vivekg.dev/DiffPose/
MIT License
118 stars 14 forks source link

pytorch3d missing error #25

Closed hws203 closed 5 months ago

hws203 commented 5 months ago

I cannot run owing to pytorch3d module missing. how to solve this issue?

eigenvivek commented 5 months ago

Hi @hws203, make sure you use diffdrr=0.3.9 with diffpose. That version of diffdrr still has a dependency for pytorch3d.

00maarten00 commented 4 months ago

Using pip to install all the libraries it seems to not be able to find pytorch. Torch 2.2.2 is installed however and diffdrr 0.3.9 is also installed. The following error is being produced: ERROR: Could not find a version that satisfies the requirement pytorch3d (from diffpose) (from versions: none) ERROR: No matching distribution found for pytorch3d

version: Python 3.11.9