-
Notifications
You must be signed in to change notification settings - Fork 28
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
Results on ENeRF-Outdoor dataset and poor quality depth #20
Comments
Hi, thanks for your attention. For depth prediction for shadows, try setting background rendering mode to foreground images blending. |
The ZJU-Mocap dataset got a high PSNR because it is a simple dataset. |
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 |
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. |
Thank you so much for your help! |
Hi, thanks for the great work!
However, after running your training script (python train_net.py --cfg_file configs/enerf/enerf_outdoor/actor1.yaml) on Actor1 for 50 epochs, I am getting the following results. The results for the color prediction are not as good as advertised on your project page, with lots of warping of the background. Also, the depth maps are quite poor, with the depth of the shadow region being incorrectly predicted. Do you know why this might be?
Color:
https://user-images.githubusercontent.com/9107279/219429442-24e2cc1d-bb5b-4d78-9f58-588e318fdbaa.mp4
Depth:
https://user-images.githubusercontent.com/9107279/219429583-eccd8139-173f-4a6c-b4c6-26d0e83e5db9.mp4
The text was updated successfully, but these errors were encountered: