vye16 / shape-of-motion

MIT License
746 stars 47 forks source link

rendering videos of train/test views using custom dataset #39

Open emjay73 opened 1 month ago

emjay73 commented 1 month ago

What should I do to render a video using the reconstruction results from the custom dataset?

I tried to add CustomDatasetVideoView class, but this one requires CasualDataset to load the whole image list at once, and once I load it all, everything starts to mess up.