KiloNeRF: Speeding up Neural Radiance Fields with Thousands of Tiny MLPs | 100 lines of PyTorch code

Поділитися
Вставка
  • Опубліковано 17 бер 2023
  • Machine Learning: Implementation of the paper "KiloNeRF: Speeding up Neural Radiance Fields with Thousands of Tiny MLPs" in 100 lines of PyTorch code.
    Novel view synthesis with NeRF at High FPS.
    Udemy course: www.udemy.com/course/neural-r...
    GitHub: github.com/MaximeVandegar/Pap...
    -----------------------------------------------------------------------------------------------------
    CONTACT: papers.100.lines@gmail.com
    #python #pytorch #nerf #neuralnetworks #machinelearning #artificialintelligence #deeplearning #data #unsupervisedlearning #research #neural #function #relu #positionalencoding #neuralrendering #rendering #neuralradiancefields #deeplearning #fastnerf #kilonerf #autoint #squeezenerf #3dreconstruction #novelviewsynthesis #instantngp #nvidia #radiance #fields #highfps #tiny #mlps
  • Наука та технологія

КОМЕНТАРІ • 8

  • @lgcondados
    @lgcondados Рік тому +1

    A such an amazing content! Ty so much for that, I'm watching all your videos 😅

  • @tuanvu9755
    @tuanvu9755 11 місяців тому +1

    You're amazing, keep your great job!

    • @papersin100linesofcode
      @papersin100linesofcode  11 місяців тому

      Thank you so much! :)

    • @tuanvu9755
      @tuanvu9755 11 місяців тому +1

      @@papersin100linesofcode can I ask you some information? I'm wondering if your provided code will produce a similar-quality result compared to the NeRF code provided by the paper's authors?

    • @papersin100linesofcode
      @papersin100linesofcode  11 місяців тому

      @@tuanvu9755 I am trying to get results as close as possible to the ones from the authors with most of my implementation. With NeRF, I usually do not compute the PSNR, and do not implement some components that would only improve results by a small margin, and make the code much more complicated. In short, running the official code should produce better results

  • @gaurangtari7972
    @gaurangtari7972 11 місяців тому +1

    Great work but how did you create the datasets?

    • @papersin100linesofcode
      @papersin100linesofcode  11 місяців тому

      Thank you for your comment! I get asked this more and more, I will make a video about it in the coming weeks.