Short Explanation
Zero-DCE brightens and enhances low-light images using a zero-reference training objective.
Zero-reference deep curve estimation for enhancing low-light images.
Core parameters, trigger timing, and visual before/after demo references.
Zero-DCE brightens and enhances low-light images using a zero-reference training objective.
Prepare the scene, image, video, sensor stream, prompt, or configuration expected by the original project.
Read the produced visualization, prediction, map, trajectory, mask, grasp pose, or other documented artifact.
A quick-run style example for the documentation page.
Readable controls and the meaning of each returned artifact.
inputpathInput low-light image path or directory.
outputpathDirectory for enhanced outputs.
enhanced_imageBrightness- and contrast-improved output image.
Official resources, deployment steps, academic context, citation, and source-reported benchmark numbers.
python lowlight_test.py --input tools/zero-dce/examples --output tools/zero-dce/runs
{
"tool": "zero-dce",
"status": "ok",
"results": [
{
"label": "Low-light image enhancement",
"score": 0.87,
"output": "Enhanced image"
}
],
"timing": {
"runtime": "The official paper reports about 500 FPS for 640x480x3 images on GPU, 0.0025 s for 1200x900x3 in Table 3, and 30 minutes training.",
"device": "documented in source benchmark when available"
},
"artifacts": {
"visualization": "tools/zero-dce/runs/visualization.png",
"raw_predictions": "tools/zero-dce/runs/predictions.json"
}
}Paper identity and contribution summary.
@misc{zerodce2020,
title={Zero-Reference Deep Curve Estimation for Low-Light Image Enhancement},
author={Chongyi Li and Chunle Guo and Chen Change Loy},
year={2020},
note={CVPR 2020 / arXiv:2001.06826},
url={https://arxiv.org/abs/2001.06826}
}Only compact, source-reported numbers are shown here.
| Dataset | Metric | Value | Runtime | Source |
|---|---|---|---|---|
| Full-reference low-light enhancement comparison | PSNR / SSIM / MAE | 16.57 / 0.59 / 98.78 | PyTorch GPU | Official CVPR 2020 paper, Table 2 |
| Runtime comparison, 1200x900x3 image | Runtime | 0.0025 s | PyTorch GPU | Official CVPR 2020 paper, Table 3 |
| Real-time enhancement claim | Throughput / training time | about 500 FPS for 640x480x3 images on GPU; 30 minutes training | GPU | Official CVPR 2020 paper |
| No-reference image sets | User study / perceptual index average | 3.70 / 2.88 | Quality evaluation | Official CVPR 2020 paper, Table 1 |
Official CVPR 2020 paper, runtime table, quality tables, official code, pretrained weights, and test scripts.
Visual references from the original tool. Click any image to inspect the original size.