Image-to-3D
Transformers
Inference Endpoints
zxhezexin commited on
Commit
6e3fcc1
1 Parent(s): 2fa2f83

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md CHANGED
@@ -1,3 +1,53 @@
1
  ---
2
  license: cc-by-nc-4.0
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-4.0
3
+ datasets:
4
+ - allenai/objaverse
5
+ pipeline_tag: image-to-3d
6
  ---
7
+
8
+ # Model Card for OpenLRM
9
+
10
+ ## Overview
11
+
12
+ This model card is for the [OpenLRM](https://github.com/3DTopia/OpenLRM) project, which is an open-source implementation of the paper [LRM](https://arxiv.org/abs/2311.04400).
13
+
14
+ ## Model Details
15
+
16
+ | Model | Training Data | Layers | Feat. Dim | Trip. Dim. | Render Res. | Link |
17
+ | :--- | :--- | :--- | :--- | :--- | :--- | :--- |
18
+ | openlrm-small-obj-1.0 | Objaverse | 12 | 768 | 32 | 192 | [HF](https://huggingface.co/zxhezexin/openlrm-small-obj-1.0) |
19
+ | openlrm-base-obj-1.0 | Objaverse | 12 | 1024 | 40 | 192 | [HF](https://huggingface.co/zxhezexin/openlrm-base-obj-1.0) |
20
+ | openlrm-large-obj-1.0 | Objaverse | 16 | 1024 | 80 | 384 | [HF](https://huggingface.co/zxhezexin/openlrm-large-obj-1.0) |
21
+ | openlrm-small | Objaverse + MVImgNet | 12 | 768 | 32 | 192 | To be released |
22
+ | openlrm-base | Objaverse + MVImgNet | 12 | 1024 | 40 | 192 | To be released |
23
+ | openlrm-large | Objaverse + MVImgNet | 16 | 1024 | 80 | 384 | To be released |
24
+
25
+ ## Differences from the Original Paper
26
+
27
+ - We do not use the deferred back-propagation technique in the original paper.
28
+ - The triplane decoder contains 4 layers in our implementation.
29
+
30
+ ## License
31
+
32
+ - The model weights are released under the [Creative Commons Attribution-NonCommercial 4.0 International License](LICENSE_WEIGHT).
33
+ - They are provided for research purposes only, and CANNOT be used commercially.
34
+
35
+ ## Disclaimer
36
+
37
+ This model is an open-source implementation and is NOT the official release of the original research paper. While it aims to reproduce the original results as faithfully as possible, there may be variations due to model implementation, training data, and other factors.
38
+
39
+ ### Ethical Considerations
40
+
41
+ - This model should be used responsibly and ethically, and should not be used for malicious purposes.
42
+ - Users should be aware of potential biases in the training data.
43
+ - The model should not be used under the circumstances that could lead to harm or unfair treatment of individuals or groups.
44
+
45
+ ### Usage Considerations
46
+
47
+ - The model is provided "as is" without warranty of any kind.
48
+ - Users are responsible for ensuring that their use complies with all relevant laws and regulations.
49
+ - The developers and contributors of this model are not liable for any damages or losses arising from the use of this model.
50
+
51
+ ---
52
+
53
+ *This model card is subject to updates and modifications. Users are advised to check for the latest version regularly.*