ethanweber/nerfbusters

version compatability: nerfstudio visibility_field

Closed this issue · 2 comments

Hi
I installed nerfstudio as a pip package in a conda environment (cannot tell exact version)
Then I installed nerfbusters from source (git clone, pip install -e .)
Nerfbusters is trying to import from visibility_field.py, which doesn't seem to exist anywhere under /lib/python3.8/site-packages/nerfstudio

from nerfstudio.fields.visibility_field import VisibilityField
line 42 in nerfbusters/nerf/nerfbusters_pipeline.py

Hey @yoel-shapiro, unfortunately the Nerfbusters changes won't work with a nerfstudio pip package, we built it off of a branch. If you're looking for only some changes like the visibility field, that shouldn't be too hard to implement e.g., nerfstudio-project/nerfstudio#2264.