-
Notifications
You must be signed in to change notification settings - Fork 146
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
Where do you use mono_depth? #91
Comments
The depth values are used for regularizing the background nerf, and you can find it inside the dataloader: ml-neuman/datasets/background_rays.py Line 51 in 0149d25
|
Hi, I backtraced your code, and it seems you're not using
Could you check am I right? Thanks! |
Sorry for the over complicated pipeline... It was inherited from a sfm project. ml-neuman/data_io/neuman_helper.py Lines 77 to 86 in 0149d25
Then the fused depth map is used to regularize the bkg nerf: ml-neuman/datasets/background_rays.py Line 82 in 0149d25
|
Great thanks! Now I got it. BTW, are you using other geometry data, such as densepose and keypooints when training NeRF (not for preprocessing)? It seems |
We didn't use densepose/keypoints during nerf training stage, iirc. You can double check by setting them to None manually. |
Awesome. thanks! |
Hi jianwei221, two follow-up questions.
Thanks in advance! |
Hi, thanks for your amazing work.
I was wondering where do you use depthmaps from mono_depth.
I can't find it in both of your pre-processing files including 1) https://github.com/apple/ml-neuman/blob/main/preprocess/export_alignment.py and 2) https://github.com/apple/ml-neuman/blob/main/preprocess/optimize_smpl.py.
Could you clarify where and how do you use the depthmaps from mono_depth?
The text was updated successfully, but these errors were encountered: