-
Notifications
You must be signed in to change notification settings - Fork 334
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
ADD LGM #1572
Comments
ONNXへのエクスポート時、モデル内部のMemory-efficient attentionでエラーが起きる。通常のAttentionに書き換えることでエクスポート自体は可能。 また、前処理でrembgが使われている。ailiaのrembgを使えるか検証する。 |
本モデルは多視点拡散モデル + 3d Gaussian Splattingの構造。 他のエクスポート方法を検討する。 |
3d Gaussian SplattingをPytorchだけで実装したリポジトリ |
現状、LGMモデルのONNX化が難しいと考えられます。 回避策として、3d Gaussian SplattingをPytorchのみで実装するリポジトリを見つけました。しかし、
の理由から、解決には至りませんでした。 |
レンダリング部分のC++は許容してサンプル作成を進める。 しかし、torchは必要そう |
https://github.com/axinc-ai/ailia-models/tree/lgm/neural_rendering/lgm サンプルは一通りできたが、一部のprototxtが破損している模様
|
3D生成モデル。
https://github.com/3DTopia/LGM
The text was updated successfully, but these errors were encountered: