Commit ·
f2bae98
0
Parent(s):
Harmonizer model card and checkpoint release
Browse filesCheckpoints: diffusion_harmonizer.pkl (temporal), harmonizer_nontemporal.pt (non-temporal). Model card documents benchmarks, per-checkpoint descriptions, training dataset sizes, and inference times.
- .gitattributes +35 -0
- README.md +240 -0
- config.json +17 -0
- diffusion_harmonizer.pkl +3 -0
- harmonizer_nontemporal.pt +3 -0
.gitattributes
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,240 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: other
|
| 5 |
+
license_name: nvidia-open-model-license
|
| 6 |
+
license_link: https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license
|
| 7 |
+
tags:
|
| 8 |
+
- nvidia
|
| 9 |
+
- harmonizer
|
| 10 |
+
- image-to-image
|
| 11 |
+
- diffusion
|
| 12 |
+
- neural-reconstruction
|
| 13 |
+
- gaussian-splatting
|
| 14 |
+
- nerf
|
| 15 |
+
- physical-ai
|
| 16 |
+
- autonomous-driving
|
| 17 |
+
pipeline_tag: image-to-image
|
| 18 |
+
library_name: pytorch
|
| 19 |
+
datasets:
|
| 20 |
+
- nvidia/Harmonizer-Dataset
|
| 21 |
+
arxiv: 2602.24096
|
| 22 |
+
---
|
| 23 |
+
|
| 24 |
+
# Harmonizer | Model Card
|
| 25 |
+
|
| 26 |
+
[**Paper**](https://arxiv.org/abs/2602.24096) | [**Project Page**](https://research.nvidia.com/labs/sil/projects/diffusion-harmonizer/) | [**Code**](https://github.com/NVIDIA/harmonizer) | [**Model**](https://huggingface.co/nvidia/Harmonizer) | [**Data**](https://huggingface.co/datasets/nvidia/Harmonizer-Dataset)
|
| 27 |
+
|
| 28 |
+
## Description
|
| 29 |
+
|
| 30 |
+
Harmonizer is a single-step image diffusion model trained as an online generative enhancer for neural-reconstruction image and video renderings. It transforms imperfect novel-view renderings produced by Neural Radiance Fields (NeRF) or 3D Gaussian Splatting (3DGS) reconstructions into temporally consistent outputs that are closer to real captures, while correcting illumination, shadow, and reconstruction-artifact issues that arise when dynamic objects are composited into reconstructed scenes.
|
| 31 |
+
|
| 32 |
+
Harmonizer supports two operation modes:
|
| 33 |
+
|
| 34 |
+
- **Offline mode:** Used during the reconstruction phase to clean up pseudo-training views rendered from the reconstruction, then distill them back into 3D. This enhances underconstrained regions and improves overall 3D representation quality.
|
| 35 |
+
- **Online mode:** Acts as a single-step neural enhancer during simulation or inference. It harmonizes color and lighting, reconstructs missing or inconsistent shadows for inserted dynamic objects, and removes residual reconstruction artifacts from imperfect 3D supervision and current reconstruction-model capacity limits.
|
| 36 |
+
|
| 37 |
+
Harmonizer is designed as a single model compatible with both NeRF and 3DGS representations. The model was trained on data curated with 3DGUT-based reconstructions and is adaptable to Gaussian Splatting scenes.
|
| 38 |
+
|
| 39 |
+
|
| 40 |
+
### License/Terms of Use
|
| 41 |
+
|
| 42 |
+
### Governing Terms
|
| 43 |
+
|
| 44 |
+
Use of this model is governed by the [NVIDIA Open Model License Agreement](https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license).
|
| 45 |
+
|
| 46 |
+
Deployment Geography: Global
|
| 47 |
+
|
| 48 |
+
### Release Management
|
| 49 |
+
|
| 50 |
+
The model artifacts are released in this repository. Training and inference code is available from the [Harmonizer GitHub repository](https://github.com/NVIDIA/harmonizer). The associated dataset is available from [nvidia/Harmonizer-Dataset](https://huggingface.co/datasets/nvidia/Harmonizer-Dataset).
|
| 51 |
+
|
| 52 |
+
## Use Case
|
| 53 |
+
|
| 54 |
+
Harmonizer is intended for Physical AI developers looking to enhance and harmonize neural-reconstruction pipelines for autonomous-vehicle simulation. The model takes an image or image sequence as input and outputs a harmonized image with corrected color, lighting, shadows, and reduced reconstruction artifacts.
|
| 55 |
+
|
| 56 |
+
## Benchmark Results
|
| 57 |
+
|
| 58 |
+
Benchmarks were evaluated on 864 images from NDAS MLMCF and ParkNet training sessions. PSNR is higher-is-better; LPIPS and FID are lower-is-better.
|
| 59 |
+
|
| 60 |
+
| Model | PSNR | LPIPS | FID |
|
| 61 |
+
| :---- | ----: | ----: | ----: |
|
| 62 |
+
| [Difix3D+](https://huggingface.co/nvidia/difix) | 28.33 | 0.16 | 54.20 |
|
| 63 |
+
| [Fixer: cosmos_3dgut](https://huggingface.co/nvidia/Fixer) | 30.99 | 0.16 | 41.87 |
|
| 64 |
+
| Harmonizer: non-temporal mode<br>(fastest runtime; `--enable-harmonizer` in NuRec gRPC)<br><br>Inference enabled through the following checkpoints:<br>`harmonizer_nontemporal.pt`<br>`diffusion_harmonizer.pkl` with `--nontemporal` flag | 30.48 | 0.16 | 32.05 |
|
| 65 |
+
| Harmonizer: temporal mode<br>(highest quality output)<br><br>Inference enabled through the following checkpoint:<br>`diffusion_harmonizer.pkl` | 31.06 | 0.15 | 27.40 |
|
| 66 |
+
|
| 67 |
+
## Release Date
|
| 68 |
+
|
| 69 |
+
V1: June 2026
|
| 70 |
+
|
| 71 |
+
## Reference(s)
|
| 72 |
+
|
| 73 |
+
- [DiffusionHarmonizer paper](https://arxiv.org/abs/2602.24096)
|
| 74 |
+
- [DiffusionHarmonizer project page](https://research.nvidia.com/labs/sil/projects/diffusion-harmonizer/)
|
| 75 |
+
- [Harmonizer training and inference code](https://github.com/NVIDIA/harmonizer)
|
| 76 |
+
- [Harmonizer dataset](https://huggingface.co/datasets/nvidia/Harmonizer-Dataset)
|
| 77 |
+
|
| 78 |
+
## Model Architecture
|
| 79 |
+
|
| 80 |
+
**Architecture Type:** Diffusion Transformer
|
| 81 |
+
|
| 82 |
+
**Network Architecture:** Diffusion Transformer, based on Cosmos Predict2 0.6B, post-trained as a single-step, temporally conditioned image-to-image enhancer for neural-reconstruction renderings.
|
| 83 |
+
|
| 84 |
+
The project page describes the backbone as the CosmosPredict2 0.6B text-to-image model fine-tuned on real-world and simulation training pairs from scalable data-curation pipelines for color and lighting harmonization, shadow correction, and artifact correction.
|
| 85 |
+
|
| 86 |
+
## Model Input
|
| 87 |
+
|
| 88 |
+
**Input Type(s):** Image / Image sequence
|
| 89 |
+
|
| 90 |
+
**Input Format:** Red, Green, Blue (RGB)
|
| 91 |
+
|
| 92 |
+
**Input Parameters:** Two-Dimensional (2D)
|
| 93 |
+
|
| 94 |
+
**Other Properties Related to Input:** Specific resolution: 576 px x 1024 px
|
| 95 |
+
|
| 96 |
+
## Model Output
|
| 97 |
+
|
| 98 |
+
**Output Type(s):** Image
|
| 99 |
+
|
| 100 |
+
**Output Format:** Red, Green, Blue (RGB)
|
| 101 |
+
|
| 102 |
+
**Output Parameters:** Two-Dimensional (2D)
|
| 103 |
+
|
| 104 |
+
**Other Properties Related to Output:** Specific resolution: 576 px x 1024 px
|
| 105 |
+
|
| 106 |
+
## Software Integration
|
| 107 |
+
|
| 108 |
+
**Runtime Engine(s):** PyTorch
|
| 109 |
+
|
| 110 |
+
**Supported Hardware Microarchitecture Compatibility:**
|
| 111 |
+
|
| 112 |
+
- NVIDIA Ampere
|
| 113 |
+
- NVIDIA Hopper
|
| 114 |
+
- NVIDIA Blackwell
|
| 115 |
+
|
| 116 |
+
**Preferred/Supported Operating System(s):** Linux
|
| 117 |
+
|
| 118 |
+
NVIDIA AI models are designed and/or optimized to run on NVIDIA GPU-accelerated systems. By leveraging NVIDIA hardware and software frameworks such as CUDA libraries, the model can achieve faster training and inference times compared to CPU-only systems.
|
| 119 |
+
|
| 120 |
+
## Model Version
|
| 121 |
+
|
| 122 |
+
Harmonizer-cosmos-0.6B
|
| 123 |
+
|
| 124 |
+
We release two checkpoints specified below.
|
| 125 |
+
|
| 126 |
+
1. **`diffusion_harmonizer.pkl`** — The temporally-conditioned Harmonizer checkpoint reported in the DiffusionHarmonizer paper. Recommended when temporal coherence across consecutive rendered frames is required (e.g., video-style novel-view simulation). The model supports non-temporally faster conditioned inference mode via `--nontemporal` flag.
|
| 127 |
+
|
| 128 |
+
Inference speed on H100:
|
| 129 |
+
- full model (default): 212 ms / 576 x 1024 px image
|
| 130 |
+
- `--nontemporal` mode: 28 ms / 576 × 1024 px image
|
| 131 |
+
|
| 132 |
+
2. **`harmonizer_nontemporal.pt`** — Exported JIT model for non-temporal, per-image inference. The checkpoint does not support conditioning on previous frames and corresponds to `diffusion_harmonizer.pkl` with `--nontemporal` flag. Recommended for per-image enhancement use cases where neighboring-frame context is unavailable or unnecessary, or where speed is critical.
|
| 133 |
+
|
| 134 |
+
Inference speed on H100: 28 ms / 576 × 1024 px image.
|
| 135 |
+
|
| 136 |
+
Pretrained checkpoints are hosted on Hugging Face under [nvidia/Harmonizer](https://huggingface.co/nvidia/Harmonizer). To download all released checkpoints into a local `models/` directory:
|
| 137 |
+
|
| 138 |
+
```bash
|
| 139 |
+
hf download nvidia/Harmonizer --local-dir models
|
| 140 |
+
```
|
| 141 |
+
|
| 142 |
+
Refer to the [code release](https://github.com/NVIDIA/harmonizer) for the exact inference entry points and configuration files associated with each checkpoint. By default, the model runs in temporal mode. To run in non-temporal mode, add the --nontemporal flag. Refer to the code release for the exact inference entry points.
|
| 143 |
+
|
| 144 |
+
|
| 145 |
+
## Repository Contents
|
| 146 |
+
|
| 147 |
+
This repository contains the following model artifact files:
|
| 148 |
+
|
| 149 |
+
- `diffusion_harmonizer.pkl` — DiffusionHarmonizer paper temporal checkpoint
|
| 150 |
+
- `harmonizer_nontemporal.pt` — non-temporal single-frame checkpoint (PyTorch `.pt` format)
|
| 151 |
+
|
| 152 |
+
For more details please see the [Model Version](#model-version) section.
|
| 153 |
+
|
| 154 |
+
## Training, Testing, and Evaluation Datasets
|
| 155 |
+
|
| 156 |
+
Harmonizer was trained, tested, and evaluated using an internal dataset of curated synthetic–real image pairs constructed from five complementary curation pipelines (ISP modification, relighting, asset re-insertion, PBR shadow simulation, and novel-view artifact correction), where 80% of the data was used for training, 10% for evaluation, and 10% for testing. The total volume of training data amounted to ~1 million pairs. Training data will be released at [nvidia/Harmonizer-Dataset](https://huggingface.co/datasets/nvidia/Harmonizer-Dataset).
|
| 157 |
+
|
| 158 |
+
### NVIDIA Internal AV Dataset
|
| 159 |
+
|
| 160 |
+
**Data Collection Method:** Sensors
|
| 161 |
+
|
| 162 |
+
**Labeling Method by Dataset:** Human
|
| 163 |
+
|
| 164 |
+
**Properties:** The dataset contains autonomous-driving images and videos captured by NVIDIA vehicles. It is collected by autonomous-driving vehicles and used as the source data from which the synthetic-real training pairs are derived.
|
| 165 |
+
|
| 166 |
+
## Inference
|
| 167 |
+
|
| 168 |
+
**Engine:** PyTorch>=2.0.0
|
| 169 |
+
|
| 170 |
+
**Test Hardware:**
|
| 171 |
+
We tested on H100:
|
| 172 |
+
|
| 173 |
+
**`diffusion_harmonizer.pkl`**
|
| 174 |
+
- full model (default): 212 ms / 576 x 1024 px image
|
| 175 |
+
- `--nontemporal` mode: 28 ms / 576 × 1024 px image
|
| 176 |
+
|
| 177 |
+
**`harmonizer_nontemporal.pt`**
|
| 178 |
+
- 28 ms / 576 × 1024 px image
|
| 179 |
+
|
| 180 |
+
## Known Technical Limitations
|
| 181 |
+
|
| 182 |
+
The reconstruction relies on the quality and consistency of input images and camera calibrations; deficiencies in these areas can negatively impact the final output.
|
| 183 |
+
|
| 184 |
+
## Known Risk(s)
|
| 185 |
+
|
| 186 |
+
The model is not guaranteed to fix 100% of image artifacts. Please verify generated scenarios are context and use appropriate.
|
| 187 |
+
|
| 188 |
+
## Ethical Considerations
|
| 189 |
+
|
| 190 |
+
NVIDIA believes Trustworthy AI is a shared responsibility and has established policies and practices to enable development for a wide array of AI applications. When downloaded or used in accordance with the 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.
|
| 191 |
+
|
| 192 |
+
For more detailed information on ethical considerations for this model, please see the ModelCard++ Explainability, Bias, Safety & Security, and Privacy subcards.
|
| 193 |
+
|
| 194 |
+
Please report security vulnerabilities or NVIDIA AI Concerns [here](https://www.nvidia.com/en-us/support/submit-security-vulnerability/).
|
| 195 |
+
|
| 196 |
+
## ModelCard++
|
| 197 |
+
|
| 198 |
+
### Bias
|
| 199 |
+
|
| 200 |
+
| Field | Response |
|
| 201 |
+
| :---- | :------- |
|
| 202 |
+
| Participation considerations from adversely impacted groups [protected classes](https://www.senate.ca.gov/content/protected-classes) in model design and testing | None |
|
| 203 |
+
| Measures taken to mitigate against unwanted bias | None |
|
| 204 |
+
|
| 205 |
+
### Explainability
|
| 206 |
+
|
| 207 |
+
| Field | Response |
|
| 208 |
+
| :---- | :------- |
|
| 209 |
+
| Intended Domain | Advanced Driver Assistance Systems |
|
| 210 |
+
| Model Type | Image-to-Image |
|
| 211 |
+
| Intended Users | Autonomous Vehicles developers enhancing and harmonizing Neural Reconstruction pipelines. |
|
| 212 |
+
| Output | Image |
|
| 213 |
+
| Describe how the model works | The model takes as input an image and outputs a harmonized image with corrected color, lighting, shadows, and reduced reconstruction artifacts. |
|
| 214 |
+
| Name the adversely impacted groups this has been tested to deliver comparable outcomes regardless of | None |
|
| 215 |
+
| Technical Limitations | The reconstruction relies on the quality and consistency of input images and camera calibrations; any deficiencies in these areas can negatively impact the final output. |
|
| 216 |
+
| Verified to have met prescribed NVIDIA quality standards | Yes |
|
| 217 |
+
| Performance Metrics | FID (Frechet Inception Distance); PSNR (Peak Signal-to-Noise Ratio); LPIPS (Learned Perceptual Image Patch Similarity) |
|
| 218 |
+
| Potential Known Risks | The model is not guaranteed to fix 100% of the image artifacts. Please verify the generated scenarios are context- and use-appropriate. |
|
| 219 |
+
| Licensing | Use of this model is governed by the [NVIDIA Open Model License Agreement](https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license). |
|
| 220 |
+
|
| 221 |
+
### Privacy
|
| 222 |
+
|
| 223 |
+
| Field | Response |
|
| 224 |
+
| :---- | :------- |
|
| 225 |
+
| Generatable or reverse engineerable personal data? | No |
|
| 226 |
+
| Personal data used to create this model? | No |
|
| 227 |
+
| How often is the dataset reviewed? | Before release |
|
| 228 |
+
| Is there provenance for all datasets used in training? | Yes |
|
| 229 |
+
| Does data labeling (annotation, metadata) comply with privacy laws? | Yes |
|
| 230 |
+
| Is data compliant with data subject requests for data correction or removal, if such a request was made? | Yes |
|
| 231 |
+
|
| 232 |
+
### Safety & Security
|
| 233 |
+
|
| 234 |
+
| Field | Response |
|
| 235 |
+
| :---- | :------- |
|
| 236 |
+
| Model Application(s) | Image Enhancement |
|
| 237 |
+
| List types of specific high-risk AI systems, if any, in which the model can be integrated | The model can be used to develop Autonomous Vehicles stacks that can be integrated inside vehicles. The Harmonizer model should not be deployed in a vehicle. |
|
| 238 |
+
| Describe the life critical impact, if present | N/A - The model should not be deployed in a vehicle and will not perform life-critical tasks. |
|
| 239 |
+
| Use Case Restrictions | Use of this model is governed by the [NVIDIA Open Model License Agreement](https://www.nvidia.com/en-us/agreements/enterprise-software/nvidia-open-model-license). |
|
| 240 |
+
| 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, and dataset license constraints are adhered to. |
|
config.json
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"format_version": 1,
|
| 3 |
+
"name": "Harmonizer",
|
| 4 |
+
"description": "Bundle manifest for the Harmonizer model repository.",
|
| 5 |
+
"components": [
|
| 6 |
+
{
|
| 7 |
+
"name": "diffusion_harmonizer",
|
| 8 |
+
"file": "diffusion_harmonizer.pkl",
|
| 9 |
+
"role": "DiffusionHarmonizer paper temporal harmonization"
|
| 10 |
+
},
|
| 11 |
+
{
|
| 12 |
+
"name": "harmonizer_nontemporal",
|
| 13 |
+
"file": "harmonizer_nontemporal.pt",
|
| 14 |
+
"role": "non-temporal single-frame harmonization"
|
| 15 |
+
}
|
| 16 |
+
]
|
| 17 |
+
}
|
diffusion_harmonizer.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6e65e9ec33019a49f7f0d15f81f5e089c2527e131bd5339d6a14f9b3531db524
|
| 3 |
+
size 5042242222
|
harmonizer_nontemporal.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ece8e2daa914e8c2a027a2da94e0eb2064491d5b3fd8514009fae9a442e06e90
|
| 3 |
+
size 1448843112
|