ayaanzhaque / instruct-nerf2nerf

Instruct-NeRF2NeRF: Editing 3D Scenes with Instructions (ICCV 2023)
https://instruct-nerf2nerf.github.io/
MIT License
769 stars 64 forks source link

open3d>=0.16.0 conflict problem #52

Closed hjhyunjinkim closed 11 months ago

hjhyunjinkim commented 11 months ago

Hi I was wondering if I can use instruct-nerf2nerf with only a open3d dependency of 0.13.0. I am unable to use open3d>=0.16.0 at the moment, and my most recent version is 0.13.0. I am able to download nerfstudio successfully by modifying the pyproject.toml, but it seems that I cannot download instruct-nerf2nerf...

The conflict is caused by:
    nerfstudio 0.3.2 depends on open3d>=0.16.0
    nerfstudio 0.3.1 depends on open3d>=0.16.0
    nerfstudio 0.3.0 depends on open3d>=0.16.0
hjhyunjinkim commented 11 months ago

This can be solved by installing nerfstudio first (with open3d=0.13.0) and then installing instruct-nerf2nerf.