MarcusLoren
commited on
Commit
•
9946fde
1
Parent(s):
405c047
Update README.md
Browse files
README.md
CHANGED
@@ -89,4 +89,7 @@ The tokens generated by the transformer can then be converted into 3D mesh using
|
|
89 |
The idea for MeshGPT came from the paper ( https://arxiv.org/abs/2311.15475 ) but the creators didn't release any code or model.
|
90 |
Phil Wang (https://github.com/lucidrains) drew inspiration from the paper and did a ton of improvements over the papers implementation and created the repo : https://github.com/lucidrains/meshgpt-pytorch
|
91 |
My goal has been to figure out how to train and implement MeshGPT into reality. <br/>
|
|
|
|
|
|
|
92 |
See my github repo for a notebook on how to get started training your own MeshGPT! [MarcusLoppe/meshgpt-pytorch](https://github.com/MarcusLoppe/meshgpt-pytorch/)
|
|
|
89 |
The idea for MeshGPT came from the paper ( https://arxiv.org/abs/2311.15475 ) but the creators didn't release any code or model.
|
90 |
Phil Wang (https://github.com/lucidrains) drew inspiration from the paper and did a ton of improvements over the papers implementation and created the repo : https://github.com/lucidrains/meshgpt-pytorch
|
91 |
My goal has been to figure out how to train and implement MeshGPT into reality. <br/>
|
92 |
+
|
93 |
+
Many thanks to [K. S. Ernest](https://github.com/fire) who helped me with the gradio demo aswell as helping me training the upcoming model on a larger dataset.
|
94 |
+
|
95 |
See my github repo for a notebook on how to get started training your own MeshGPT! [MarcusLoppe/meshgpt-pytorch](https://github.com/MarcusLoppe/meshgpt-pytorch/)
|