version compatability: nerfstudio visibility_field
Closed this issue · 2 comments
yoel-shapiro commented
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
ethanweber commented
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.
yoel-shapiro commented
Hi Ethan,
Thanks for the swift reply!
I'll need to prioritize before deciding about this task, but these details
seem sufficient and a good starting point.
Regards,
Yoel
…On Tue, Apr 30, 2024 at 8:33 PM Ethan Weber ***@***.***> wrote:
Hey @yoel-shapiro <https://github.com/yoel-shapiro>, unfortunately the
Nerfbusters changes won't work with a nerfstudio pip package, we built it
off of a branch
<https://github.com/nerfstudio-project/nerfstudio/tree/nerfbusters-changes>.
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
<nerfstudio-project/nerfstudio#2264>.
—
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEHEM55CXVA6LGV2XBQLVOTY77IW3AVCNFSM6AAAAABHARJZV2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOBWGE3DANRUHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>