Add pipeline tag, link to paper and Github
Browse filesThis PR improves the model card by making sure it can be found at https://huggingface.co/models?pipeline_tag=image-to-3d.
It also makes it visible from https://huggingface.co/papers/2411.07025.
README.md
CHANGED
@@ -1,3 +1,8 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
pipeline_tag: image-to-3d
|
4 |
+
---
|
5 |
+
|
6 |
+
This repository contains the model presented in [Scaling Mesh Generation via Compressive Tokenization](https://huggingface.co/papers/2411.07025).
|
7 |
+
|
8 |
+
Code: https://github.com/whaohan/bpt
|