文章目录

  • Dataset
    • NTIRE 2021 HDR (2021), CVPRW
    • HDR+ Burst Photography Dataset (2016), Google Research
  • Paper with codes
    • HDRUNet: Single Image HDR Reconstruction with Denoising and Dequantization (2021), CVPRW
    • HDR image reconstruction from a single exposure using deep CNNs (2017), ACMTG
    • A set of matlab functions for scaling of pairwise comparison experiment results based on Thurstone's model V assumptions

整理下HDR数据集 paper codes

Dataset

NTIRE 2021 HDR (2021), CVPRW

是个比赛,可以浅看一下summary。结果也给的比较清晰。

好像没有codes。

链接:https://data.vision.ee.ethz.ch/cvl/ntire21/

Built for the first challenge on high-dynamic range (HDR) imaging that was part of the New Trends in Image Restoration and Enhancement (NTIRE) workshop, held in conjunction with CVPR 2021. The challenge aims at estimating a HDR image from one or multiple respective low-dynamic range (LDR) observations, which might suffer from under- or over-exposed regions and different sources of noise.

2Tracks:

  • Single Frame HDR reconstruction
  • Multi-Frame reconstruction

HDR+ Burst Photography Dataset (2016), Google Research

发表:ACM Transactions on Graphics (Proc. SIGGRAPH Asia 2016), 35(6), 12 pp.
原始论文:https://static.googleusercontent.com/media/hdrplusdata.org/zh-CN//hdrplus.pdf
数据量:
3640 bursts,28461 images。
raw输入格式:DNG format,+ metadata
最终pipeline输出:JPG

Paper with codes

HDRUNet: Single Image HDR Reconstruction with Denoising and Dequantization (2021), CVPRW

NTIRE 2021 HDR比赛中,Track1 2nd place.

Encoder-decoder based structure, end-to-end mapping for single image HDR reconstruction, both denoising and dequantization

UNet-style based network, for using multi-scale information
condition network to perform pattern-specific modulation
a weighting network for selectively retainining information

Codes: https://github.com/chxy95/HDRUNet/blob/main/requirements.txt, PyTorch

HDR image reconstruction from a single exposure using deep CNNs (2017), ACMTG

Codes: https://github.com/gabrieleilertsen/hdrcnn, Tensorflow

A set of matlab functions for scaling of pairwise comparison experiment results based on Thurstone’s model V assumptions

Codes: https://github.com/mantiuk/pwcmp, Matlab

HDR dataset相关推荐

  1. 曝光修正相关工作:Related Work on the Exposure Correction

    本博客对曝光校准的相关工作进行简单总结,内容选自 2021 CVPR 文章:Learning Multi-Scale Photo Exposure Correction. 博客:https://blo ...

  2. 论文笔记:U2Fusion A Unified Unsupervised ImageFusion Network(2020 TPAMI)

    U2Fusion: A Unified Unsupervised Image Fusion Network [引用格式]: Xu H , Ma J , Jiang J , et al. U2Fusio ...

  3. 使用OleDb,将Excel导入DataSet

    本方法,将传入的Excel文件内所有的Sheet内的数据都填充入DataSet中.这是一个简单快捷的方法,不足之处是不适合带有格式复杂的Excel文件. using System.Data; usin ...

  4. C# 读取Excel CSV 类型文件到DataSet中,反之从DataSet写入excel

    /// <summary> /// 设置文件保存位置, /// </summary> /// <returns>返回文件路径</returns> pri ...

  5. dataset中的数据批量导入oracle数据库,C#如何把某个文件夹下的所有Excel文件导入Oracle数据库。详细点!...

    满意答案 o8wlfkcnr 推荐于 2016.01.01 采纳率:45%    等级:7 已帮助:311人 用下面这个方法把excel导入dataview,再把它导入database就简单了 pub ...

  6. [论文速度] 同时解决成像时,曝光不足和曝光过度问题:Deep Reciprocating HDR Transformation

    Image Correction via Deep Reciprocating HDR Transformation [ Project ] Image Correction via Deep Rec ...

  7. MindSpore数据集mindspore::dataset

    MindSpore数据集mindspore::dataset ResizeBilinear #include <image_process.h> bool ResizeBilinear(L ...

  8. 目标检测数据集The Object Detection Dataset

    目标检测数据集The Object Detection Dataset 在目标检测领域,没有像MNIST或Fashion MNIST这样的小数据集.为了快速测试模型,我们将组装一个小数据集.首先,我们 ...

  9. HDR sensor 原理介绍

    HDR sensor 原理介绍 一. HDR sensor 原理介绍 什么是sensor的动态范围(dynamic range): sensor的动态范围就是sensor在一幅图像里能够同时体现高光和 ...

最新文章

  1. 2021年大数据Flink(二):Flink用武之地
  2. tensorflow中的tf.summary.image
  3. 软件需求分析报告模板_管理费用财务分析怎么做,拿走这个分析模板写进你的报告吧...
  4. 第五章 - 图像形态学 - 基于图像金字塔的图像分割(cvPyrSegmentation)
  5. 你试过不用if撸代码吗?
  6. andriod手机客户端自动化测试工具整理
  7. camera ---(6)双摄成像原理
  8. linux php sphinx拓展,Centos安装php扩展sphinx
  9. IIS 7.5配置PHP更容易!
  10. 微信支付:nginx配置 网页授权域名 用户在网页授权页同意授权给公众号后,微信会将授权数据传给一个回调页面,回调页面需在此域名下,以确保安全可靠。
  11. 5.7 C和C++的关系
  12. java两矩阵相加(二维矩阵重要细节解析)
  13. 以下哪些python数字是合法的_3 4j 是合法Python数字类型。
  14. E680I使用上的常见问题小结
  15. 流程图制作规范与原则
  16. 基于multisim的fm调制解调_基于Multisim的AM调制解调电路设计与研究
  17. java计算机毕业设计交通事故档案管理系统源程序+mysql+系统+lw文档+远程调试
  18. 【工程光学】典型光学系统
  19. 解决This is probably not a problem with npm. There is likely additional logging output above.的问题
  20. maven怎么和ecli_傻瓜式教你安装maven以及Eclipse搭建maven环境

热门文章

  1. 用ACCESS做网络版程序
  2. Windows10进入安全模式的四种方法
  3. Node.js 入门教程 23 使用 npm 的语义版本控制 24 卸载 npm 软件包 25 npm 全局或本地的软件包
  4. 全网最全的Python常见命令大全,建议收藏,以防备用
  5. 【vue、uni-app】文本信息的完全显示(回车换行、连续空格、数字英文换行)
  6. dns解析超时故障分析
  7. 向量数据库入坑指南:初识 Faiss,如何将数据转换为向量(一)
  8. Linux下delete后内存仍然无法释放
  9. 解决Github Clone太慢的问题
  10. 博客后台和首页php,基于ThinkPHP5.1+Bootstrap框架开发的博客系统和后台权限管理系统...