inferno icon indicating copy to clipboard operation
inferno copied to clipboard

Update installation scripts; add new dependencies and improve install…

Open alonsorobots opened this issue 8 months ago • 1 comments

Small typos

  • FaceVideoDataModule.py: Removed an extra comma
  • download_assets.sh: Fixed cd .. error (was escaping repo root)

Install Script Updates

  • PyPI deprecated some legacy modules; switched to installing prebuilt wheels (e.g., mediapipe, onnx)
  • Updated other dependencies for compatibility
  • Fixed pytorch3d install on Ubuntu by adjusting compiler dependencies (gcc_linux-64, gxx_linux-65)
  • Changed install order for cython to prevent build failures

Documentation

  • Added notes on FaceReconstruction demo flags

alonsorobots avatar Apr 25 '25 04:04 alonsorobots

Hi @alonsorobots , this is highly appreciated I will look into this. :-)

radekd91 avatar Apr 26 '25 17:04 radekd91