Ji Shi

Results 1 issues of Ji Shi

Both [train iteration](https://github.com/nerfstudio-project/nerfstudio/blob/08e3a1f1a664e028121a567718ca8b10e00e5e1d/nerfstudio/engine/trainer.py#LL229C38-L229C38) and [viewer render iteration](https://github.com/nerfstudio-project/nerfstudio/blob/1e205c1b5bd244dcd0c2303e2bed42d1ffc17625/nerfstudio/viewer/server/render_state_machine.py#L129) are protected by the thread lock, but [eval iteration](https://github.com/nerfstudio-project/nerfstudio/blob/1e205c1b5bd244dcd0c2303e2bed42d1ffc17625/nerfstudio/engine/trainer.py#L473) is not. This may lead to unexpected crash because of race conditions. For example,...