apple / ml-neuman

Official repository of NeuMan: Neural Human Radiance Field from a Single Video (ECCV 2022)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can I scale the image to accelerate the training?

buaacyw opened this issue · comments

Thanks for your great work!
I think downsampling the image is a good way to accelerate the training.
But I haven't found any API in your codebase. Is there any? Thanks!

Simply config the image_width and image_height raise a bug:
Telling that fused_depth_map doesn't exist.
So I copy this property from NeuManCapture to ResizedNeuManCapture.
And then it trains smoothly.
Since I haven't read the full code. Is this modification OK?
Thanks!

Yes, I think you can do that.
If you can share some visualization of the resized fused depth that will be great.