Closed Vonjor closed 5 months ago
There's an environment variable that can fix this: use
SAI_PREVIEW=OFF ./scripts/process_and_train_sai_custom.sh ...
This is my fault, I did not read the.sh file carefully, thank you for your answer
After training with process_and_train_sai_custom.sh, I found that the rolling shutter processing is not very good, and I found this.sh file mentioned that it does not currently support rolling shutter and motion blur compensation at the same time
This version uses both motion blur compensation only and should work well with iPhone data and other devices with short rolling shutter readout times (or global shutter cameras)
Will there be implementations that can compensate for both motion blur and rolling shutter? Although it is not possible to compensate at the same time for the time being, I have compared with the benchmark 3DGS, and your project has indeed been greatly improved, and it is indeed a great job!
process_and_train_sai_custom.sh
already has both motion blur and rolling shutter compensation, but it only works with Android data, where the readout time is known (sorry, the comment in the script is a bit unclear). However, there is no guarantee that it would always work well.
Bothering you again. I want to train on the server, so I connect to the server via vs code's ssh, and I run this command:
it reported the following errors:
Therefore, I want to know whether the sai-cli window cannot be opened through ssh,I tried Xvfb and it didn't work either