English
ashawkey commited on
Commit
cc55078
·
verified ·
1 Parent(s): e5328b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -8,24 +8,24 @@ language:
8
 
9
  # Model Card for PartPacker
10
 
11
- ## Description:
12
  PartPacker takes a single input image and generates a 3D shape with an arbitrary number of complete parts.
13
  We introduce a dual volume packing strategy that organizes all parts into two complementary volumes, allowing for the creation of complete and interleaved parts that assemble into the final object.
14
  This model is ready for non-commercial use.
15
 
16
- ## License/Terms of Use:
17
  [NVIDIA Non-Commercial License](https://huggingface.co/nvidia/PartPacker/blob/main/LICENSE)
18
 
19
- ## Model Architecture:
20
  **Architecture Type:** Transformer
21
 
22
- ## Input:
23
  **Input Type(s):** Image
24
  **Input Format(s):** RGB Image
25
  **Input Parameters:** 2D Image
26
  **Other Properties Related to Input:** Condition for the model.
27
 
28
- ## Output:
29
  **Output Type(s):** Mesh
30
  **Output Format:** GLB
31
  **Output Parameters:** 3D Mesh
@@ -38,20 +38,20 @@ This model is ready for non-commercial use.
38
  ## Supported Operating System(s)
39
  * Linux
40
 
41
- ## Model Version(s):
42
  v1.0
43
 
44
- ## Training Dataset:
45
  [Objaverse-XL](https://objaverse.allenai.org/)
46
  **Properties:** We use about 250k mesh data, which is a subset from the Objaverse-XL with part-level annotations.
47
  **Dataset License(s):** The use of the dataset as a whole is licensed under the ODC-By v1.0 license.
48
 
49
 
50
- ## Inference:
51
  Pytorch
52
 
53
 
54
- ## Ethical Considerations:
55
  NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their internal model team to ensure this model meets requirements for the relevant industry and use case and addresses unforeseen product misuse.
56
 
57
  Please report security vulnerabilities or NVIDIA AI Concerns [here](https://www.nvidia.com/en-us/support/submit-security-vulnerability/).
 
8
 
9
  # Model Card for PartPacker
10
 
11
+ ## Description
12
  PartPacker takes a single input image and generates a 3D shape with an arbitrary number of complete parts.
13
  We introduce a dual volume packing strategy that organizes all parts into two complementary volumes, allowing for the creation of complete and interleaved parts that assemble into the final object.
14
  This model is ready for non-commercial use.
15
 
16
+ ## License/Terms of Use
17
  [NVIDIA Non-Commercial License](https://huggingface.co/nvidia/PartPacker/blob/main/LICENSE)
18
 
19
+ ## Model Architecture
20
  **Architecture Type:** Transformer
21
 
22
+ ## Input
23
  **Input Type(s):** Image
24
  **Input Format(s):** RGB Image
25
  **Input Parameters:** 2D Image
26
  **Other Properties Related to Input:** Condition for the model.
27
 
28
+ ## Output
29
  **Output Type(s):** Mesh
30
  **Output Format:** GLB
31
  **Output Parameters:** 3D Mesh
 
38
  ## Supported Operating System(s)
39
  * Linux
40
 
41
+ ## Model Version(s)
42
  v1.0
43
 
44
+ ## Training Dataset
45
  [Objaverse-XL](https://objaverse.allenai.org/)
46
  **Properties:** We use about 250k mesh data, which is a subset from the Objaverse-XL with part-level annotations.
47
  **Dataset License(s):** The use of the dataset as a whole is licensed under the ODC-By v1.0 license.
48
 
49
 
50
+ ## Inference
51
  Pytorch
52
 
53
 
54
+ ## Ethical Considerations
55
  NVIDIA believes Trustworthy AI is a shared responsibility and we have established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with our terms of service, developers should work with their internal model team to ensure this model meets requirements for the relevant industry and use case and addresses unforeseen product misuse.
56
 
57
  Please report security vulnerabilities or NVIDIA AI Concerns [here](https://www.nvidia.com/en-us/support/submit-security-vulnerability/).