-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to visualize the results #45
Comments
I got the same problem. how to show .pth? any viewer available? thanks |
I encountered the same issue and implemented a solution to render the trained .pth into a video. I’ve implemented it in : https://github.com/sorceressyidi/4d-gaussian-splatting. To use it: Clone the repository and follow the README to install dependencies.
|
我使用了您的代码用于测试已训练好的模型,但渲染速度很慢,这是原算法本身的问题吗?但原作者在论文里说渲染速度有100+FPS |
After training, I've got the gaussian model file(.pth) and a camera.json in my output folder, how can I visualize them as a video?
The text was updated successfully, but these errors were encountered: