shsolanki commited on
Commit
86d7acb
·
1 Parent(s): 2ec0143

readme initial

Browse files
Files changed (4) hide show
  1. README.md +181 -6
  2. images/image1.png +0 -0
  3. images/image2.png +0 -0
  4. images/image3.png +0 -0
README.md CHANGED
@@ -1,6 +1,181 @@
1
- ---
2
- license: other
3
- license_name: nvidia-open-model-license
4
- license_link: >-
5
- https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license/
6
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Asset Harvester | System Model Card
2
+
3
+ ## **Description:**
4
+
5
+ Asset Harvester is a system that leverages 4 models (see System Architecture below) to generate three-dimensional (3D) assets from a single image or multiple images of vehicles. [Mask2Former](https://docs.google.com/document/d/1OKMAhNruoLE254xLLdIWULPuwUWGNsbpg36BNUnpTSQ/edit?tab=t.0#heading=h.7axn5fq6ipu5) and [C-RADIO](https://huggingface.co/nvidia/C-RADIO) are used for view extraction from NCore data sessions, the [Multiview Diffusion (Sana-based)](https://docs.google.com/document/d/1y7qU1to8TrV07Tfz3crxJiuA_AL0Wlwwp6C-RW-NoLg/edit?tab=t.0#heading=h.g8ogslbqcx12) is then used to generate 16 multiview images of the input vehicle, and lastly [TokenGS](https://docs.google.com/document/d/1EZWB-had-1MMmrES9bvQlJHpjXQFawR619sX3HvsVpQ/edit?usp=sharing) generates the output 3D asset.
6
+
7
+ This system is ready for commercial/non-commercial use
8
+
9
+ ### **License/Terms of Use**:
10
+
11
+ ### GOVERNING TERMS: Your use of the model is governed by the [NVIDIA Open Model License Agreement](https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license/) .
12
+
13
+ **Deployment Geography:** Global
14
+
15
+ ## **Automation Level:**
16
+
17
+ Full Automation
18
+
19
+ ## **Use Case:**
20
+
21
+ Physical AI developers who are looking to create 3D assets of vehicles for either closed-loop simulation or Synthetic Data Generation (SDG).
22
+
23
+ ## **Known Technical Limitations:**
24
+
25
+ The system is not guaranteed to perform well with occluded objects or objects that are outside of the common distribution. For example, a heavily occluded vehicle can generate a poor or hallucinated 3D asset, like the following example:
26
+
27
+ Example of Poor reconstruction of occluded vehicle:
28
+
29
+ ![][image1]
30
+
31
+ Example of Hallucinated reconstruction of occluded vehicle:
32
+
33
+ ![][image2]
34
+
35
+ ## Known Risk(s):
36
+
37
+ AV and robotics developers should be aware that this model cannot guarantee a 100% success rate. In cases of unsuccessful generation, the output may not possess an accurate real-world representation of the asset and should not be relied upon in safety-critical simulations.
38
+
39
+ ##
40
+
41
+ **Release Date:** Public Github \[03/12/2026\]
42
+
43
+ **Reference(s):** None
44
+
45
+ ## **System Architecture**
46
+
47
+ **Architecture Diagram:**
48
+
49
+ ![][image3]
50
+
51
+ The following models are used by this system:
52
+
53
+ * [Mask2Former Model Card](https://docs.google.com/document/d/1OKMAhNruoLE254xLLdIWULPuwUWGNsbpg36BNUnpTSQ/edit?tab=t.0#heading=h.7axn5fq6ipu5)
54
+ * [C-RADIO Model Card](https://huggingface.co/nvidia/C-RADIO)
55
+ * [Multiview Diffusion (Sana-based) Model Card](https://docs.google.com/document/d/1y7qU1to8TrV07Tfz3crxJiuA_AL0Wlwwp6C-RW-NoLg/edit?tab=t.0#heading=h.g8ogslbqcx12)
56
+ * [TokenGS Model Card](https://docs.google.com/document/d/1EZWB-had-1MMmrES9bvQlJHpjXQFawR619sX3HvsVpQ/edit?usp=sharing)
57
+
58
+ ## **System Input:**
59
+
60
+ **Input Type(s):** 1 or more images (up until 4\)
61
+ **Input Format:** Red, Green, Blue (RGB)
62
+ **Input Parameters:** Two-Dimensional (2D)
63
+ **Other Properties Related to Input:**
64
+
65
+ We currently accept up to 4 input images for each object. The resolution of the images are 512x512. The input images are extracted from NVIDIA's NCore data along w/ other metadata needed for downstream processing:
66
+
67
+ * Camera orientation of each image
68
+ * Camera distance of each image
69
+ * Camera field of view of each image
70
+ * Bounding box dimensions of each object
71
+
72
+ ## **System Output:**
73
+
74
+ **Output Type(s):** Corresponding 3D Gaussian asset to the object in input images
75
+ **Output Format:** Polygon File Format (PLY)
76
+ **Output Parameters:** Three-Dimensional (3D)
77
+ **Other Properties Related to Output:**
78
+
79
+ A [PLY file](https://en.wikipedia.org/wiki/PLY_(file_format)#:~:text=PLY%20is%20a%20computer%20file,dimensional%20data%20from%203D%20scanners.) (3D Gaussian Splatting, 3DGS) contains 3D object data with the following specific components:
80
+
81
+ * **Header**: Defines the file structure, including format (ASCII or binary), Gaussian elements, their properties (e.g., position, appearance coefficients, opacity, scale, rotation), and data types (e.g., float, int).
82
+ * **Gaussian Data**: Stores the parameters of each 3D Gaussian, including its center position (`x, y, z`), and optionally properties such as normals (`nx, ny, nz`), color or spherical harmonics coefficients (`f_dc_0, f_dc_1, f_dc_2`, and higher-order terms), opacity, anisotropic scale, and rotation.
83
+
84
+ ## **Hardware Compatibility:**
85
+
86
+ **Supported Hardware Microarchitecture Compatibility:**
87
+
88
+ * NVIDIA Ampere
89
+ * NVIDIA Blackwell
90
+ * NVIDIA Hopper
91
+ * NVIDIA Lovelace
92
+
93
+ **Preferred/Supported Operating Systems:** Linux
94
+
95
+ **Hardware Specific Requirements:**
96
+
97
+ The systems can run on a single GPU with an Nvidia GPU with CUDA Compute Capability greater than or equal to 8.0. The following is required:
98
+
99
+ * GPU performance \>= 300 Tflops
100
+ * GPU memory size \>= 30GB
101
+ * GPU memory bandwidth \>= 768 GB/s
102
+ * System RAM \>= 32 GB
103
+ * System disk storage \>= 100GB
104
+ * CPU \>= 16 threads x 3GHz
105
+
106
+ ##
107
+
108
+ ## **System Version:**
109
+
110
+ Asset\_Harvester\_GA
111
+
112
+ ## **Inference:**
113
+
114
+ **Engine:** Pytorch
115
+ **Test Hardware:** A100, H100
116
+
117
+ ## **Ethical Considerations:**
118
+
119
+ 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.
120
+
121
+ For more detailed information on ethical considerations for this model, please see the Model Card++ Explainability, Bias, Safety & Security, and Privacy Subcards.
122
+
123
+ Please report security vulnerabilities or NVIDIA AI Concerns [here](https://www.nvidia.com/en-us/support/submit-security-vulnerability/).
124
+
125
+ ## Model Card++
126
+
127
+ ### Bias
128
+
129
+ | Field | Response |
130
+ | :---- | :---- |
131
+ | Participation considerations from adversely impacted groups [protected classes](https://www.senate.ca.gov/content/protected-classes) in model design and testing: | None |
132
+ | Measures taken to mitigate against unwanted bias: | None |
133
+
134
+ ### Explainability
135
+
136
+ | Field | Response |
137
+ | :---- | :---- |
138
+ | Intended Domain | Advanced Driver Assistance Systems |
139
+ | Model Type: | Image-to-3D Asset |
140
+ | Intended Users: | Autonomous Vehicles developers enhancing and improving Neural Reconstruction pipelines. |
141
+ | Output | 3D Asset |
142
+ | Describe how the model works | The system takes as an input an image, and outputs a corresponding 3D asset |
143
+ | Name the adversely impacted groups this has been tested to deliver comparable outcomes regardless of | None |
144
+ | Technical Limitations | The system is not guaranteed to perform well with occluded objects or objects that are outside of the common distribution. For example, a heavily occluded vehicle can generate a poor or hallucinated 3D asset |
145
+ | Verified to have met prescribed NVIDIA quality standards | Yes |
146
+ | Performance Metrics | PSNR (Peak Signal-to-Noise Ratio) |
147
+ | Potential Known Risks | AV and robotics developers should be aware that this model cannot guarantee a 100% success rate. In cases of unsuccessful generation, the output may not possess an accurate real-world representation of the asset and should not be relied upon in safety-critical simulations. |
148
+ | Licensing | The use of the model is governed by the [NVIDIA Open Model License Agreement](https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license/). |
149
+
150
+ ### Privacy
151
+
152
+ | Field | Response |
153
+ | :---- | :---- |
154
+ | Generatable or reverse engineerable personal data? | No |
155
+ | Personal data used to create this model? | Yes |
156
+ | Was consent obtained for any personal data used? | Yes |
157
+ | How often is the dataset reviewed? | Before release |
158
+ | Is a mechanism in place to honor data subject right of access or deletion of personal data? | Yes |
159
+ | If personal data was collected for the development of the model, was it collected directly by NVIDIA? | No |
160
+ | If personal data was collected for the development of the model by NVIDIA, do you maintain or have access to disclosures made to data subjects? | Not Applicable |
161
+ | If personal data was collected for the development of this AI model, was it minimized to only what was required? | Yes |
162
+ | Was data from user interactions with the AI model (e.g. user input and prompts) used to train the model? | No |
163
+ | Is there provenance for all datasets used in training? | Yes |
164
+ | Does data labeling (annotation, metadata) comply with privacy laws? | Yes |
165
+ | Is data compliant with data subject requests for data correction or removal, if such a request was made? | Yes |
166
+ | Applicable Privacy Policy | [https://www.nvidia.com/en-us/about-nvidia/privacy-policy/](https://www.nvidia.com/en-us/about-nvidia/privacy-policy/) |
167
+
168
+ ### Safety & Security
169
+
170
+ | Field | Response |
171
+ | :---- | :---- |
172
+ | Model Application(s): | 3D Asset Generation |
173
+ | Describe the life critical impact (if present). | N/A \- The system should not be deployed in a vehicle to perform life-critical tasks. |
174
+ | Use Case Restrictions: | Abide by [NVIDIA Open Model License Agreement](https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license/) |
175
+ | Model and dataset restrictions: | The Principle of least privilege (PoLP) is applied limiting access for dataset generation and model development. Restrictions enforce dataset access during training |
176
+
177
+ [image1]: images/image1.png
178
+
179
+ [image2]: images/image2.png
180
+
181
+ [image3]: images/image3.png
images/image1.png ADDED
images/image2.png ADDED
images/image3.png ADDED