SJoJoK / 3DGStream

[CVPR 2024 Highlight] Official repository for the paper "3DGStream: On-the-fly Training of 3D Gaussians for Efficient Streaming of Photo-Realistic Free-Viewpoint Videos".
https://sjojok.github.io/3dgstream
MIT License
331 stars 22 forks source link

dataset problem #11

Closed xuyanging closed 5 months ago

xuyanging commented 5 months ago

where i can get this scene dataset in your readmemd which listed as follows

      <scene>
      |---frame000001
      |   |---sparse
      |   |---images
      |       |---<undistorted image 0>
      |       |---<undistorted image 1>
      |       |---....
      |   |---<image 0>
      |   |---<image 1>
      |   |---...
      |---frame000002  
      |---...
      |---frame000299
SJoJoK commented 5 months ago

You need to write a custom script and extract the frames from a multi-view video dataset like N3DV dataset or MeetRoom dataset as we described in the paper.