Open iv2985 opened 2 weeks ago
Yes, the dependency of realbasicvsr is indeed a bit tricky to sort out. The easiest solution is to use our provided docker image to run and check dependencies.
Meanwhile, I do recommend considering one stronger video upsampler, upscale-a-video, which is one generative video upsampler that could also integrate into Supergaussian. They recently release codebase, and should expect to achieve better performance than RealBasicVSR.
Hope it helps.
This is very interesting and novel work, I want to know how could we make our own datasets that conform to the format? Our own data should be in the same format as the original MVImgNet data. How should we make SuperGS datasets? Thank you very much for your answer.
Thanks so much for your interest. Short answer is that you need to prepare the format based on nerfstudio format. https://docs.nerf.studio/quickstart/data_conventions.html
If you check our main.py, we essentially reformat our loaded data in MVImgNet to nerfstudio, and dump the transform.json for the 3dgs to digest.
I can't install realbasicvsr with the instructions provided. I also tried following the directions on BasicVsrPlusPlus, but the required package versions and dependencies are unclear. It worked at one point, but the entire state was never pinned, and now are difficult/impossible for me to replicate.