AkerBP / seathru_nerf

A Neural Radiance Field for subsea scenes.
MIT License
17 stars 3 forks source link

Anyway to process the images (like downscale) without ffmpega and just using OpenCV/PIL? #3

Closed RoyAmoyal closed 1 month ago

RoyAmoyal commented 7 months ago

Hey, I can't install FFMPEGon my PC, and I want to use your github method. anyway to do the processing without FFMPEG?

psetinek commented 7 months ago

Hi!

Is this just for preprocessing, i.e. computing camera poses? If yes, there are methods supported by nerfstudio that do not use ffmpeg (see https://docs.nerf.studio/quickstart/custom_dataset.html). However when you want to render a video from a trained nerf, you will still need ffmpeg:/