suvadityamuk HF Staff commited on
Commit
dc065ca
·
1 Parent(s): afb3179

feat: add initial readme

Browse files

Signed-off-by: Suvaditya Mukherjee <suvadityamuk@gmail.com>

Files changed (2) hide show
  1. README.md +17 -2
  2. image.png +0 -0
README.md CHANGED
@@ -4,7 +4,22 @@ emoji: 🐠
4
  colorFrom: indigo
5
  colorTo: blue
6
  sdk: static
7
- pinned: false
8
  ---
 
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  colorFrom: indigo
5
  colorTo: blue
6
  sdk: static
7
+ pinned: true
8
  ---
9
+ # 3D-Arena
10
 
11
+ ![3D-Arena Logo](image.png)
12
+
13
+ Hello, welcome to the 3D-Arena org!
14
+
15
+ This organization hosts the [3D-Arena project](https://huggingface.co/spaces/3d-arena/3d-arena), a leaderboard platform for evaluating 3D Generation models.
16
+
17
+ # Compatibility
18
+
19
+ We currently host 3D Object models in the form of Gaussian Splats (such as .ply files, .splat files, or .obj files) and Mesh-based models (in the form of .glb files).
20
+
21
+ # Contributing Guide
22
+
23
+ If you'd like to contribute to the leaderboard, please open a [new Community Issue](https://huggingface.co/spaces/3d-arena/3d-arena/discussions) to discuss the changes you'd like to make.
24
+
25
+ If you'd like to contribute a new model, please provide a link to the publication/paper/blog post describing the model and/or methodology along with the licensing requirements for the generated objects.
image.png ADDED