nerfstudio icon indicating copy to clipboard operation
nerfstudio copied to clipboard

Make frame selection from a video more intelligent

Open danylomm opened this issue 1 year ago • 0 comments

From my understanding, right now calling ns-process-data video just randomly samples --num-frames-target images from the video. This is suboptimal because of two reasons:

  1. The random strategy is super naive, maybe you could add some algorithm to select key frames based on some difference metric between images?
  2. An option to fix seed for random sampling would make processing videos with nerfstudio much more reproducible

danylomm avatar Sep 04 '24 03:09 danylomm