YuelangX / Gaussian-Head-Avatar

[CVPR 2024] Official repository for "Gaussian Head Avatar: Ultra High-fidelity Head Avatar via Dynamic Gaussians"
Other
776 stars 49 forks source link

Can't install Pytorch3d #44

Open mjmaher987 opened 2 days ago

mjmaher987 commented 2 days ago

ERROR: Could not find a version that satisfies the requirement pytorch3d (from versions: none) ERROR: No matching distribution found for pytorch3d

When trying this: pip install pytorch3d or pip install --no-index --no-cache-dir pytorch3d -f https://dl.fbaipublicfiles.com/pytorch3d/packaging/wheels/py38_cu113_pyt1120/download.html

mjmaher987 commented 2 days ago

it seems that this one is wokring: ! pip install "git+https://github.com/facebookresearch/pytorch3d.git"

It's still installing but at least no error till now!