Coder Social home page Coder Social logo

Comments (6)

haotongl avatar haotongl commented on August 25, 2024

Hi, thanks for your attention.
For the color prediction of the background, I think setting input_views_num to 4 will give better results. (The video in project page is rendered with input_views_num = 4)
https://github.com/zju3dv/ENeRF/blob/master/configs/enerf/enerf_outdoor/actor1_path.yaml#L5

For depth prediction for shadows, try setting background rendering mode to foreground images blending.
This produces reasonable depth prediction results. However, it will introduce some ghost rendering artifacts near the people.
src_inps=batch['src_inps']
https://github.com/zju3dv/ENeRF/blob/master/lib/networks/enerf/network_composite.py#L139

from enerf.

chky1997 avatar chky1997 commented on August 25, 2024

Following the instructions, I also found the poor quality of result video of outdoor dataset, after setting input_views_num to 4. The PSNR after 50 epochs is about 27, which is far lower than zjumocap dataset. The modified parameters are as below:
1678241216140
1678241243011

from enerf.

haotongl avatar haotongl commented on August 25, 2024

The ZJU-Mocap dataset got a high PSNR because it is a simple dataset.
ENeRF-Outdoor is more challenging, PSNR of 27 is not low for this dataset. If you produce similar rendering results to the project page, it should be a good indication that your usage are correct.

from enerf.

chky1997 avatar chky1997 commented on August 25, 2024

Thank you for your explanation! However, my rendering result is far poorer than project page, the quality is basically the same as @ricshaw provided in this issue. I compared the properties of the saved videos, the project page video is 48MB and the video I saved from run.py is only 8MB. Does the video quality difference caused by the video saving process?

color.mp4

from enerf.

haotongl avatar haotongl commented on August 25, 2024

Thanks. I don't think the saving process will affect the quality a lot. I think the quality of this rendering video is approaching the quality of the video in the project page. The main artifacts seem to come from the edges of the picture, which may because there are unseen regions in these views.

There are some differences between the released code and the code for generating rendered video on the project page. The released code uses the bbox generated by visual hull, while the bbox from the rough esimate of the 3D key points of the human body was used before. I will try to release the model and the corresponding bbox to help you fully reproduce the rendering video on the project page.

from enerf.

chky1997 avatar chky1997 commented on August 25, 2024

Thank you so much for your help!

from enerf.

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.