zytlhy commited on
Commit
c86f170
·
verified ·
1 Parent(s): ba3efc5

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +84 -0
README.md ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: IRVAL
3
+ license: cc-by-4.0
4
+ task_categories:
5
+ - video-super-resolution
6
+ tags:
7
+ - infrared
8
+ - thermal
9
+ - lwir
10
+ - video
11
+ - video-super-resolution
12
+ - computer-vision
13
+ language:
14
+ - en
15
+
16
+ ---
17
+
18
+ # IRVAL
19
+
20
+ IRVAL is a high-resolution infrared video dataset for infrared video processing and spatial-temporal video super-resolution research.
21
+
22
+ ## Dataset Summary
23
+
24
+ This repository currently contains 8 long infrared videos in `.avi` format.
25
+
26
+ According to the associated paper, IRVAL is a high-resolution infrared dataset comprising 108,512 video frames at a spatial resolution of 512×512. The data are collected using vanadium oxide (VOx) uncooled focal plane array detectors operating in the long-wave infrared (LWIR) band. The videos are captured from both vehicle-mounted and fixed surveillance platforms, covering real-world scenarios such as urban streets, vehicles, pedestrians, and roadside buildings.
27
+
28
+ ## Repository Structure
29
+
30
+ ```text
31
+ IRVAL/
32
+ ├── README.md
33
+ ├── LICENSE
34
+ └── videos/
35
+ ├── irval_seq01.avi
36
+ ├── irval_seq02.avi
37
+ ├── irval_seq03.avi
38
+ ├── irval_seq04.avi
39
+ ├── irval_seq05.avi
40
+ ├── irval_seq06.avi
41
+ ├── irval_seq07.avi
42
+ └── irval_seq08.avi
43
+ ```
44
+
45
+ ## Data Format
46
+
47
+ - Format: `.avi`
48
+ - Modality: thermal infrared video
49
+ - Resolution: 512×512
50
+ - Sensor type: VOx uncooled focal plane array detector
51
+ - Spectral band: long-wave infrared (LWIR)
52
+
53
+ ## Intended Use
54
+
55
+ This dataset is intended for research on:
56
+
57
+ - infrared video processing
58
+ - infrared video super-resolution
59
+ - spatial-temporal video super-resolution
60
+ - temporal consistency modeling
61
+
62
+ ## Notes
63
+
64
+ - This release contains 8 long infrared videos.
65
+ - This repository releases raw videos rather than pre-generated LR/HR pairs.
66
+ - Please make sure you comply with the dataset license and all applicable usage restrictions.
67
+
68
+ ## Citation
69
+
70
+ If you use this dataset, please cite:
71
+
72
+ ```
73
+ @inproceedings{zhou2026thermal,
74
+ title={Thermal Diffusion Matters: Infrared Spatial-Temporal Video Super-Resolution through Heat Conduction Priors},
75
+ author={Mingxuan Zhou and Shuang Li and Yutang Zhang and Jing Geng and Yirui Shen and Jingxuan Kang and Fuzhen Zhuang and Shuigen Wang},
76
+ booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
77
+ year={2026}
78
+ }
79
+ ```
80
+
81
+ ## Contact
82
+
83
+ For questions about the dataset, please contact: mingxuanzhou@bit.edu.cn
84
+