JonathonLuiten / Dynamic3DGaussians

Other
1.82k stars 107 forks source link

open3d=0.16.0 missing on Windows #7

Closed andr3wmac closed 8 months ago

andr3wmac commented 8 months ago

ResolvePackageNotFound:

  • open3d=0.16.0

To get this working on Windows I had to remove open3d=0.16.0 from environment.yml, run the installation, then manually do pip install open3d==0.16.0 and then everything worked as expected.

JonathonLuiten commented 8 months ago

Interesting! Thanks for pointing it out!

PS the most recent version of O3D has a bug that stops the visualizer working, so it is important that it’s this version.

catid commented 8 months ago

Fixed here: https://github.com/JonathonLuiten/Dynamic3DGaussians/pull/10

JonathonLuiten commented 8 months ago

should be fixed now. Let me know if problem persists! :)