Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin Nerfstudio Version #88

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lynetcha
Copy link

This PR pins the latest known working branch of nerfstudio. This helps avoid issues like #85 and #72

Example: nerfstudio viewer was recently updated to use viser, which breaks parts of instruct-nerf2nerf repo.

from nerfstudio.viewer.server.viewer_elements import ViewerNumber, ViewerText

throws

ModuleNotFoundError: No module named 'nerfstudio.viewer.server'

This PR pins nerfstudio to the commit prior to that update to insure instruct-nerf2nerf installation works out of the box.

@ayaanzhaque
Copy link
Owner

Thanks for this! I do think the change to make it compatible with the new viewer isn't much. @cvachha can you take a look at this quickly?

brentyi added a commit to nerfstudio-project/nerfstudio that referenced this pull request Jan 19, 2024
brentyi added a commit to nerfstudio-project/nerfstudio that referenced this pull request Jan 20, 2024
* fix jittering in markdown in viewer beta

* Revert "fix jittering in markdown in viewer beta"

This reverts commit 70ade42.

* print correctly formatted url in banner for viewer beta

* warn when legacy viewerelements are used in new viewer

* Add shim for viewer_elements namespace, fixes ayaanzhaque/instruct-nerf2nerf#88

* Fix typo

* suppress ruff error

---------

Co-authored-by: Brent Yi <[email protected]>
ArpegorPSGH pushed a commit to ArpegorPSGH/nerfstudio that referenced this pull request Jun 22, 2024
…oject#2797)

* fix jittering in markdown in viewer beta

* Revert "fix jittering in markdown in viewer beta"

This reverts commit 70ade42.

* print correctly formatted url in banner for viewer beta

* warn when legacy viewerelements are used in new viewer

* Add shim for viewer_elements namespace, fixes ayaanzhaque/instruct-nerf2nerf#88

* Fix typo

* suppress ruff error

---------

Co-authored-by: Brent Yi <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants