Git Product home page Git Product logo

Comments (7)

saunair avatar saunair commented on May 5, 2024 2

I got it to work by changing the line to: jnp.broadcast_to(jnp.array([last_sample_z]), z_vals[..., :1].shape)

from hypernerf.

corlangerak avatar corlangerak commented on May 5, 2024

saunair

Could you maybe share your version of the Colab notebook. I am still experiencing issues after changing the line to your suggestion... Thanks a lot for the help! :)

from hypernerf.

saunair avatar saunair commented on May 5, 2024

Hey @corlangerak, did you remove the pip install hypernerf line in the collab notebook? Because changing the line locally wouldn't reflect the change(You'll be loading the hypernerf pip install instead).
I suggest

  1. Copying the notebook out of the notebook folder (basically into the project's root folder i.e. hypernerf/my_notebook.ipynb instead of hypernerf/notebooks/my_notebook.ipynb).
  2. Apply the fix I suggested, and then run the notebook/collab.

from hypernerf.

hsauod avatar hsauod commented on May 5, 2024

@saunair Hi Nair, I faced the same issue. I tried to changed the line you suggested above though. Is it possible for you that giving me a little bit more specific instructions ?
Thank you in advance, Nair.

from hypernerf.

saunair avatar saunair commented on May 5, 2024

@hsauod check these two changes: ae29d1d#diff-433be35a4beb7eeee9224dcbe28ec97d53330cd175060905cd5217863674003cR114

and check the second cell in my notebook here: https://github.com/saunair/hypernerf/blob/main/notebooks/HyperNeRF_Training.ipynb

@corlangerak here you go. Sorry about the delay

from hypernerf.

hsauod avatar hsauod commented on May 5, 2024

@hsauod check these two changes: ae29d1d#diff-433be35a4beb7eeee9224dcbe28ec97d53330cd175060905cd5217863674003cR114

and check the second cell in my notebook here: https://github.com/saunair/hypernerf/blob/main/notebooks/HyperNeRF_Training.ipynb

@corlangerak here you go. Sorry about the delay

@saunair Hi Nair, thank you very much for your kindly explanation

from hypernerf.

silvercondor avatar silvercondor commented on May 5, 2024

Hi, incase anyone run into error, quick fix for colab is to install @saunair version of hypernerf

in cell 1 replace
!pip install git+https://github.com/google/hypernerf

with
!pip install git+https://github.com/saunair/hypernerf

Thanks again to @saunair for fixing error

from hypernerf.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.