facebookresearch / mvp

Training and Evaluation Code for "Mixture of Volumetric Primitives for Efficient Neural Rendering"
Other
191 stars 16 forks source link

Background image uesed in Lombardi‘s MVP not be found in multiface dataset #9

Closed shuishiwojiade closed 1 year ago

shuishiwojiade commented 1 year ago

Multiface dataset has been used in "Mixture of Volumetric Primitives for Efficient Neural Rendering". The "mvp" onfig file needs the path to the background image. But I can't find the background image in multiface dataset. The code in config file is: bgpath = os.path.join(imagepathbase, 'bg', image', 'cam{cam}', 'image0000.png').

stephenlombardi commented 1 year ago

Hi,

As noted by @cwuu, the background images are available here

Note that these background images were extracted from the capture of the identity labeled, "002421669", so they will work best with that capture but they should work with any of the v2 captures (they may be missing some background images for some cameras however).

Also note that bgpath is optional. You can pass None and it will try to learn the background images but without an initial guess.

jackluchen commented 1 year ago

Hi, thank you for such inspiring and marvelous work!

Do you have any plans to share the full background images (especially the V1 captures) in the near future?