nus-vv-streams / vvtk

A toolkit for volumetric video research
MIT License
9 stars 8 forks source link

Implement multi-resolution playback #46

Closed ngchisern closed 10 months ago

ngchisern commented 10 months ago

This PR introduces support for multi-resolution playback:

Implementation Details:

Future Work:

  1. Currently, the reader selection is solely based on the model's distance from the camera. A better heuristic, such as point distance rendered on the screen, can be utilized.
  2. Allow users to input an arbitrary number of files (>= 1).
  3. Re-evaluate the camera state updating mechanism, as cloning operations can be costly.