Giter Site home page Giter Site logo

Comments (4)

Haian-Jin avatar Haian-Jin commented on September 28, 2024 1

Hi,

  • For the question about how to run on a new dataset:
    TensoIR only needs images with calibrated poses during training. So you only need to write a dataloader for your own data.
    I recommend you follow the script I provide for the nerf-synthetic dataset and edit the code that this setting uses, which means you should use train_tensoIR_simple.py for training and write your dataloader based on dataLoader/tensoIR_simple.py.
    Please try different values of normals_diff_weight if the result does not look right, as mentioned in the readme.md

  • For the question about kitti dataset:
    The project is designed for object-level reconstruction, and I didn't try to run it on a scene-level dataset. So I don't know what will happen if you run it on kitti.

Please feel free to ask if you meet more problems. I am a little busy recently, so my response may delay a little, but I will answer your question when I am available.

from tensoir.

rockywind avatar rockywind commented on September 28, 2024

你好,有个问题想请教一下哈。
这是我用自采数据做成neff_synthesic格式训练出来的结果。
这张是nvs_with_brdf的结果。
014999_000
这张是nvs_with_radiance_field的结果。
014999_000
这个是训练log
image
image

红框是我修改的
image
image

  1. 想请教一下scale_factor,self.near_far和self.scene_bbox的值应该如何设置?
  2. 自采数据场景是230张自车不断向前移动采集的,并不是环绕某个物体拍摄的。
  3. 从训练的log看,训练的PSNR是24,测试PSNR是13.8,但是训练集和测试集是相同数据,是不是存在训练和测试不一致呢?

from tensoir.

Haian-Jin avatar Haian-Jin commented on September 28, 2024

Hi,

  1. If you can't get reasonable radiance field reconstruction, then there must be something wrong with your dataloader. I suggest you to run your data on TensoRF first instead of TensoIR and check if your dataloader can get reasonable novel view synthesis results from the radiance field. Those parameters you just mention are from TensoRF. scale_factor should not be changed. self.near_far and self.scene_bbox can be estimated from the sparse point cloud of your colmap results (if you use colmap to estimate camera poses)

  2. According to your pictures, your dataset may be too complex for this project. This work is designed for object-level relighting. The scene where you took pictures is too large. I think you can only get reasonable novel view synthesis results from the radiance field. But it is almost impossible to get good relighting results with this project.

from tensoir.

rockywind avatar rockywind commented on September 28, 2024

嗯嗯,十分感谢。
想请教一下是否有适合大场景的relighting的开源代码吗?
我找了Neural Fields meet Explicit Geometric Representations for Inverse Rendering of Urban Scenes发现是没开源的。

from tensoir.

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.