Closed Wuziyi616 closed 1 year ago
Btw I have a few questions:
Sorry for texting so many questions. I really appreciate your work, and I believe it will be very helpful to the entire community. Thanks in advance!
@jeongyw12382 any updates here?
Hi. Sorry for being late. All our team members were busy for the CVPR submission. Here are the responses for you questions.
Thanks :)
Feel free to reopen issue if you have any questions of helps for this issue. We'll immediately reflect your comment on the upcoming update.
@jeongyw12382 Thanks a lot for your reply! That answers most of my questions. Just a minor one: you are using depth maps to initialize ScanNet NeRF training. Have you tried similar things to CO3D, as it also provides sparse point clouds (though it's reconstructed by COLMAP)? Also, have you tried e.g. depth-supervision loss to improve the NeRF performance on CO3D?
Also, I tried training on CO3D-V2, though the numerical results (e.g. PSNR) clearly improve, the floaters don't seem to improve at all. That's very weird... I'm attaching the 2 rendered videos on the same data from V1 and V2, I really cannot tell the difference
The demo command here
should be changed to
since you have both CO3D V1 and V2 in the codebase now.
Another issue is here, where you have two identical lines of
lambda_tv_background_color
. Do you want to setlambda_tv_background_sigma
here (since the default value is1e-2
) or is it just a typo?