Thanks for the amazing work on this project! While using the pipeline, I manually saved and inspected the intermediate 4DGS results. I ran into an issue when using the default settings on my own dataset.
When I used the default center_crop (which includes scaling) to preprocess my 1170×540 images into 560×336, the results weren't great. However, I tried skipping the scaling and just doing a raw center crop instead, and the output quality improved significantly.
It seems like the scaling in the current center_crop might be messing with the 4DGS prediction. However, this doesn't seem to happen with the scaled images you provided. Is there something wrong with the way I'm processing my data?
Thanks for your time!