Update README.md
Browse files
README.md
CHANGED
@@ -44,6 +44,14 @@ for text in [ 'bed' , "chair"]:
|
|
44 |
mesh_render.combind_mesh(f'./render.obj', output)
|
45 |
|
46 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
|
48 |
## Training dataset
|
49 |
I've only had access to the free tier GPU on kaggle so this model is only trained on 4k models with max 250 triangles.
|
|
|
44 |
mesh_render.combind_mesh(f'./render.obj', output)
|
45 |
|
46 |
```
|
47 |
+
|
48 |
+
Random samples generated by text only:
|
49 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/657e233acec775bfe0d5cbc6/UH1r5s9Lfj4sUSgClqhrf.png)
|
50 |
+
|
51 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/657e233acec775bfe0d5cbc6/oxZnaUldcmvGfJprWLa-w.png)
|
52 |
+
|
53 |
+
|
54 |
+
|
55 |
|
56 |
## Training dataset
|
57 |
I've only had access to the free tier GPU on kaggle so this model is only trained on 4k models with max 250 triangles.
|