File size: 4,132 Bytes
b3b7d1c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2029c27
 
 
 
b3b7d1c
a9ce2e9
 
 
 
 
 
 
 
 
 
 
 
b3b7d1c
2029c27
 
 
b3b7d1c
 
 
 
 
 
cc3131e
c9e9618
cc3131e
e744c27
cc3131e
2029c27
cc3131e
2029c27
cc3131e
2029c27
cc3131e
2029c27
cc3131e
c9e9618
b3b7d1c
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
---
license: mit
tags:
- thermal
- radiometric
- flir
- calibration
- infrared
- thermography
---

# ๐Ÿ›ธ STR Drones: FLIR Thermal Calibration Dataset

Welcome to the **FLIR Thermal Calibration Dataset** provided by **STR Drones**. This repository provides a specialized collection of raw, radiometric thermal images captured with FLIR thermography cameras.

This dataset is aimed at software engineers and thermographers needing high-quality benchmarks to validate thermal analysis engines, custom scripts, and post-processing applications that decode FLIR's radiometric JPEG formats.

## ๐Ÿ› ๏ธ Supported Sensors
This dataset covers a range of FLIR hardware, from handheld industrial tools to automation and scientific sensors. Current samples include:

* **Automation & Machine Vision:** FLIR AX8
* **Professional Handheld Series:** FLIR T640
* **Advanced & Point-and-Shoot Series:** FLIR B60, FLIR E40, FLIR Edge Pro
* **Generic FLIR Captures:** Standard FLIR `.jpg` outputs.

| Model | Resolution (W x H) | File Type | Make |
| :--- | :---: | :---: | :--- |
| **FLIR Edge Pro** | 480 x 640 | JPEG | Teledyne FLIR |
| **FLIR T640** | 640 x 480 | JPEG | FLIR Systems AB |
| **FLIR B60** | 180 x 180 | JPEG | FLIR Systems AB |
| **FLIR E40** | 160 x 120 | JPEG | FLIR Systems AB |
| **FLIR AX8** | 80 x 60 | JPEG | FLIR Systems AB |
| **FLIR (Generic)** | 240 x 320 | JPEG | FLIR Systems AB |
| **DJI XT S** | 640 x 512 | JPEG | DJI |
| **DJI XT R** | 640 x 480 | JPEG | DJI |
| **DJI XT2** | 640 x 480 | JPEG | DJI |

## ๐Ÿš€ Use Cases
* **FLIR Metadata Decoding:** Test your parsers against FLIR's proprietary EXIF structure to accurately extract constants like Planck R1, Planck B, Planck F, Emissivity, and Reflected Apparent Temperature.
* **Temperature Matrix Calculation:** Verify your code's accuracy when calculating the full thermal matrix (pixel-by-pixel temperature) from the raw 16-bit sensor data embedded in the `.jpg`.
* **Cross-Compatibility Validation:** Ensure your software handles different generations of FLIR sensors seamlessly.

> ๐Ÿ”’ **Privacy & Data Protection Note:** All GPS coordinates and sensitive location metadata have been strictly stripped or disabled from the images within this repository. This guarantees the privacy of the surveyed locations while keeping the radiometric and thermographic metadata 100% intact for your calibration needs.

## ๐Ÿ“ Dataset Structure
Files are organized by sensor model (e.g., `FLIR_AX8.jpg`, `FLIR_T640.jpg`). Each file retains its original radiometric integrity, allowing you to treat it exactly as if you had captured it directly from the camera.

## ๐Ÿ–ผ๏ธ Examples (Inverted Order)

| FLIR Edge Pro | FLIR E40 | FLIR B60 |
|:---:|:---:|:---:|
| <img src="https://cdn-uploads.huggingface.co/production/uploads/693ed8c6cdf405dfe87ebb86/KVZp5shedeEtcptuJptED.jpeg" width="300" /> | <img src="https://cdn-uploads.huggingface.co/production/uploads/693ed8c6cdf405dfe87ebb86/GifVGBHNM_TMJ40okJWji.jpeg" width="300" /> | <img src="https://cdn-uploads.huggingface.co/production/uploads/693ed8c6cdf405dfe87ebb86/bJYYMVasyqHroJcFE3r3n.jpeg" width="300" /> |

| FLIR AX8 | FLIR Sample | FLIR T640 |
|:---:|:---:|:---:|
| <img src="https://cdn-uploads.huggingface.co/production/uploads/693ed8c6cdf405dfe87ebb86/thd5I2gRFwDftU_m8BtBt.jpeg" width="300" /> | <img src="https://cdn-uploads.huggingface.co/production/uploads/693ed8c6cdf405dfe87ebb86/NV1LLUxv257oSXABqKfWg.jpeg" width="300" /> | <img src="https://cdn-uploads.huggingface.co/production/uploads/693ed8c6cdf405dfe87ebb86/y6DYxkk48UYgKpmHIu__m.jpeg" width="300" /> |

| DJI XTS | DJI XTR | DJI XT2 |
|:---:|:---:|:---:|
| <img src="https://cdn-uploads.huggingface.co/production/uploads/693ed8c6cdf405dfe87ebb86/ILk16Tu70vjstOOPuK7dU.jpeg" width="300" /> | <img src="https://cdn-uploads.huggingface.co/production/uploads/693ed8c6cdf405dfe87ebb86/2HwsxsNrvm6axFUJt0pNV.jpeg" width="300" /> | <img src="https://cdn-uploads.huggingface.co/production/uploads/693ed8c6cdf405dfe87ebb86/-t8jV8r5ve6DAp_fV37h4.jpeg" width="300" /> |

---
*Maintained by [STR Drones](https://str-drones.eu). Engineered for precision.*