<picture> <source srcset="https://fonts.gstatic.com/s/e/notoemoji/latest/1f600/512.webp" type="image/webp"> <img src="https://fonts.gstatic.com/s/e/notoemoji/latest/1f600/512.gif" alt="😀" width="32" height="32"> </picture>你好 我最近尝试复现了一下你的这篇工作,我严格按照你提到的4步来处理VRU的篮球数据,然后进行0-20,20-40......的分帧训练,但是最终在测试集上的质量,有相当一部分的结果并不如你在[https://wujh2001.github.io/LocalDyGS/](url)展示的一样,存在严重模糊的现象,具体如下: <img width="1462" height="832" alt="Image" src="https://github.com/user-attachments/assets/f5306d04-8350-4e48-8568-8e3b70890a96" /> 请问可能有什么原因呢?我没有动任何的config文件,只将https://github.com/WuJH2001/LocalDyGS/blob/e24dce9fa8b9ecf74dd3b203c6ab2fb6cf424c93/train.py#L110 里的`5`换成了`dataset.n_offsets`,否则在运行`render.py`时会存在维度不一的问题,没法load参数。