zju3dv / ENeRF

SIGGRAPH Asia 2022: Code for "Efficient Neural Radiance Fields for Interactive Free-viewpoint Video"
https://zju3dv.github.io/enerf
Other
413 stars 28 forks source link

Composition of the enerf-outdoor dataset #42

Open ch1998 opened 1 year ago

ch1998 commented 1 year ago

How to get the bakground.ply and npy files in vhull in the enerf-outdoor dataset. I would be very grateful if a tutorial could be provided on this.

ch1998 commented 1 year ago

Hi,I use easymocap to extract the bbox in vhull, but the dimension of the bbox extracted by easymocap is [l, t, r, b, conf], the shape of the data in vhull is (2,3). Is this data with shape (2,3) a 3d bbox?