toqi commited on
Commit
afcfb44
·
verified ·
1 Parent(s): 3a88790

Add files using upload-large-folder tool

Browse files
Files changed (50) hide show
  1. .DS_Store +0 -0
  2. CITATION.cff +63 -0
  3. LICENSE +18 -0
  4. README.md +69 -3
  5. data/.DS_Store +0 -0
  6. data/train/.DS_Store +0 -0
  7. data/validation/images/FLIR0757_frame_0180.png +3 -0
  8. data/validation/images/FLIR0757_frame_0181.png +3 -0
  9. data/validation/images/FLIR0757_frame_0340.png +3 -0
  10. data/validation/images/FLIR0759_frame_0151.png +3 -0
  11. data/validation/images/FLIR0759_frame_0152.png +3 -0
  12. data/validation/images/FLIR0759_frame_0227.png +3 -0
  13. data/validation/images/FLIR0759_frame_0569.png +3 -0
  14. data/validation/images/FLIR0759_frame_0582.png +3 -0
  15. data/validation/images/FLIR0759_frame_0742.png +3 -0
  16. data/validation/images/FLIR0761_frame_0060.png +3 -0
  17. data/validation/images/FLIR0761_frame_0263.png +3 -0
  18. data/validation/images/FLIR0761_frame_0303.png +3 -0
  19. data/validation/images/FLIR0761_frame_0459.png +3 -0
  20. data/validation/images/FLIR0767_frame_0067.png +3 -0
  21. data/validation/images/FLIR0767_frame_0107.png +3 -0
  22. data/validation/images/FLIR0767_frame_0264.png +3 -0
  23. data/validation/images/FLIR0767_frame_0265.png +3 -0
  24. data/validation/images/FLIR0769_frame_0101.png +3 -0
  25. data/validation/images/FLIR0769_frame_0288.png +3 -0
  26. data/validation/images/FLIR0769_frame_0505.png +3 -0
  27. data/validation/images/FLIR0773_frame_0116.png +3 -0
  28. data/validation/images/FLIR0773_frame_0261.png +3 -0
  29. data/validation/images/FLIR0773_frame_0473.png +3 -0
  30. data/validation/images/FLIR0779_frame_0170.png +3 -0
  31. data/validation/images/FLIR0779_frame_0372.png +3 -0
  32. data/validation/images/FLIR0779_frame_0401.png +3 -0
  33. data/validation/images/FLIR0779_frame_0429.png +3 -0
  34. data/validation/images/FLIR0779_frame_0560.png +3 -0
  35. data/validation/images/FLIR0779_frame_0561.png +3 -0
  36. data/validation/images/FLIR0779_frame_0576.png +3 -0
  37. data/validation/images/FLIR0783_frame_0302.png +3 -0
  38. data/validation/images/FLIR0785_frame_0112.png +3 -0
  39. data/validation/images/FLIR0785_frame_0264.png +3 -0
  40. data/validation/images/FLIR0785_frame_0311.png +3 -0
  41. data/validation/images/FLIR0785_frame_0448.png +3 -0
  42. data/validation/images/FLIR0785_frame_0462.png +3 -0
  43. data/validation/images/FLIR0785_frame_0649.png +3 -0
  44. data/validation/images/FLIR0785_frame_0675.png +3 -0
  45. mappings/class_mapping_summary.txt +54 -0
  46. mappings/filename_class_mapping.csv +0 -0
  47. mappings/filename_class_mapping.json +0 -0
  48. metadata/class_definitions.json +78 -0
  49. metadata/dataset_statistics.json +92 -0
  50. metadata/metadata.json +130 -0
.DS_Store ADDED
Binary file (6.15 kB). View file
 
CITATION.cff ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ cff-version: 1.2.0
2
+ title: "Controlled Diet (CD) Dataset for Methane Plume Detection"
3
+ message: "If you use this dataset, please cite both the dataset and the accompanying research paper."
4
+ type: dataset
5
+ authors:
6
+ - family-names: "Embaby"
7
+ given-names: "Mohamed G."
8
+ orcid: "https://orcid.org/0000-0002-9695-3433"
9
+ - family-names: "Sarker"
10
+ given-names: "Toqi Tahamid"
11
+ orcid: "https://orcid.org/0000-0003-2482-8059"
12
+ - family-names: "AbuGhazaleh"
13
+ given-names: "Amer"
14
+ orcid: "https://orcid.org/0000-0003-1589-2358"
15
+ - family-names: "Ahmed"
16
+ given-names: "Khaled R."
17
+ orcid: "https://orcid.org/0000-0002-3707-4316"
18
+ repository-code: "https://github.com/toqitahamid/controlled-diet-methane-dataset"
19
+ url: "https://huggingface.co/datasets/toqi/controlled-diet-methane"
20
+ abstract: >-
21
+ The Controlled Diet (CD) dataset is a large-scale collection of 4,885 methane (CH₄)
22
+ plume images captured using optical gas imaging (OGI) technology for semantic
23
+ segmentation tasks. This dataset was developed to investigate the detection and
24
+ quantification of enteric methane emissions from ruminants under different dietary
25
+ conditions using computer vision and deep learning techniques. The dataset contains
26
+ methane plumes categorized into three classes based on Gas Chromatography (GC)
27
+ measured concentration ranges corresponding to different dietary treatments:
28
+ Control (166-171 ppm), Low Forage (300-334 ppm), and High Forage (457-510 ppm).
29
+ keywords:
30
+ - "optical gas imaging"
31
+ - "methane detection"
32
+ - "semantic segmentation"
33
+ - "livestock emissions"
34
+ - "computer vision"
35
+ - "deep learning"
36
+ - "agriculture"
37
+ - "climate change"
38
+ - "FLIR GF77"
39
+ license: "CC-BY-4.0"
40
+ version: "1.0.0"
41
+ date-released: "2025-01-19"
42
+ identifiers:
43
+ - type: "doi"
44
+ value: "10.1049/ipr2.13327"
45
+ description: "Accompanying research paper DOI"
46
+ preferred-citation:
47
+ type: article
48
+ title: "Optical gas imaging and deep learning for quantifying enteric methane emissions from rumen fermentation in vitro"
49
+ authors:
50
+ - family-names: "Embaby"
51
+ given-names: "Mohamed G."
52
+ - family-names: "Sarker"
53
+ given-names: "Toqi Tahamid"
54
+ - family-names: "AbuGhazaleh"
55
+ given-names: "Amer"
56
+ - family-names: "Ahmed"
57
+ given-names: "Khaled R."
58
+ journal: "IET Image Processing"
59
+ year: 2025
60
+ publisher:
61
+ name: "Institution of Engineering and Technology"
62
+ doi: "10.1049/ipr2.13327"
63
+ url: "https://doi.org/10.1049/ipr2.13327"
LICENSE ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Creative Commons Attribution 4.0 International
2
+
3
+ Copyright (c) 2025 Mohamed G. Embaby, Toqi Tahamid Sarker, Amer AbuGhazaleh, Khaled R. Ahmed
4
+
5
+ This work is licensed under the Creative Commons Attribution 4.0 International License.
6
+
7
+ You are free to:
8
+ - Share — copy and redistribute the material in any medium or format
9
+ - Adapt — remix, transform, and build upon the material for any purpose, even commercially
10
+
11
+ Under the following terms:
12
+ - Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
13
+
14
+ No additional restrictions — You may not apply legal terms or technological measures that legally restrict others from doing anything the license permits.
15
+
16
+ To view a copy of this license, visit: https://creativecommons.org/licenses/by/4.0/
17
+
18
+ This dataset was developed with support from USDA NIFA Grant.
README.md CHANGED
@@ -1,3 +1,69 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Controlled Diet Dataset for Methane Plume Detection
2
+
3
+ [![Paper](https://img.shields.io/badge/Paper-IET%20Image%20Processing-blue)](https://doi.org/10.1049/ipr2.13327)
4
+ [![License](https://img.shields.io/badge/License-CC%20BY%204.0-green)](https://creativecommons.org/licenses/by/4.0/)
5
+ [![USDA](https://img.shields.io/badge/Funded%20by-USDA%20NIFA-orange)](https://www.nifa.usda.gov/)
6
+
7
+ ## 📊 Dataset Overview
8
+
9
+ This repository contains the CD dataset for methane plume detection, presented in the paper "Optical gas imaging and deep learning for quantifying enteric methane emissions from rumen fermentation in vitro". This dataset contains **4,885 thermal infrared images** of methane plumes captured using FLIR GF77 optical gas imaging technology for semantic segmentation applications in agricultural emissions monitoring.
10
+
11
+ The images document methane emissions from controlled rumen fermentation experiments under three dietary conditions: Control diet (166-171 ppm), Low forage diet (300-334 ppm), and High forage diet (457-510 ppm).
12
+
13
+ ## 📄 Associated Publication
14
+
15
+ **"Optical gas imaging and deep learning for quantifying enteric methane emissions from rumen fermentation in vitro"**
16
+ *Mohamed G. Embaby, Toqi Tahamid Sarker, Amer AbuGhazaleh, Khaled R. Ahmed*
17
+ *IET Image Processing*, January 19, 2025
18
+ DOI: [10.1049/ipr2.13327](https://doi.org/10.1049/ipr2.13327)
19
+
20
+ ## 📊 Dataset Details
21
+
22
+
23
+ ### Dataset Statistics
24
+ | Class | GC Range (ppm) | Diet Description | Train | Val | Test | Total |
25
+ |-------|----------------|------------------|-------|-----|------|-------|
26
+ | Control | 166-171 | 50:50 F:C ratio | 1,079 | 138 | 133 | 1,350 |
27
+ | Low Forage | 300-334 | 20:80 F:C ratio | 1,268 | 162 | 157 | 1,587 |
28
+ | High Forage | 457-510 | 80:20 F:C ratio | 1,558 | 196 | 194 | 1,948 |
29
+
30
+
31
+ ### Class Mapping
32
+
33
+ - **Class 1**: Control diet methane plumes (166-171 ppm)
34
+ - **Class 2**: Low forage diet methane plumes (300-334 ppm)
35
+ - **Class 3**: High forage diet methane plumes (457-510 ppm)
36
+
37
+ **Mask Pixel Values:**
38
+ - Pixel value 0: Background
39
+ - Pixel value 1: Class 1 (Control diet, 166-171 ppm)
40
+ - Pixel value 3: Class 2 (Low forage diet, 300-334 ppm)
41
+ - Pixel value 2: Class 3 (High forage diet, 457-510 ppm)
42
+
43
+
44
+ ## 📋 License
45
+
46
+ This dataset is released under the [Creative Commons Attribution 4.0 International (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/) license.
47
+
48
+ ## 📚 Additional Resources
49
+
50
+ For preprocessing methods and code examples, please refer to the [GitHub repository](https://github.com/toqitahamid/controlled-diet-methane-dataset).
51
+
52
+
53
+ ## 🙏 Acknowledgments
54
+
55
+ This work was supported by the USDA National Institute of Food and Agriculture (NIFA) under Grant No. 2022-70001-37404.
56
+
57
+ ## 📜 Citation
58
+
59
+ This work is published in IET Image Processing (2025, DOI: 10.1049/ipr2.13327).
60
+
61
+ ```bibtex
62
+ @article{embaby2025optical,
63
+ title={Optical gas imaging and deep learning for quantifying enteric methane emissions from rumen fermentation in vitro},
64
+ author={Embaby, Mohamed G and Sarker, Toqi Tahamid and AbuGhazaleh, Amer and Ahmed, Khaled R},
65
+ journal={IET Image Processing},
66
+ year={2025},
67
+ doi={10.1049/ipr2.13327}
68
+ }
69
+ ```
data/.DS_Store ADDED
Binary file (6.15 kB). View file
 
data/train/.DS_Store ADDED
Binary file (6.15 kB). View file
 
data/validation/images/FLIR0757_frame_0180.png ADDED

Git LFS Details

  • SHA256: 00f71764ccfef46ab9a7920c0926685afd7ac9ef2d9fbe9ce742a7c1a52012f5
  • Pointer size: 131 Bytes
  • Size of remote file: 423 kB
data/validation/images/FLIR0757_frame_0181.png ADDED

Git LFS Details

  • SHA256: a7162800d06d47a4d624f54790439dba7ffe998900abf64ef809a1e42e0d6ed5
  • Pointer size: 131 Bytes
  • Size of remote file: 426 kB
data/validation/images/FLIR0757_frame_0340.png ADDED

Git LFS Details

  • SHA256: 8030f24ae459bdefb70f697d589fbc22c1ccd6a9b936b8a4099236c51b893447
  • Pointer size: 131 Bytes
  • Size of remote file: 426 kB
data/validation/images/FLIR0759_frame_0151.png ADDED

Git LFS Details

  • SHA256: 2072d2abac19fb4878e40be9b5c999a933dd18c6b324aaf29171fafac0dcd0e0
  • Pointer size: 131 Bytes
  • Size of remote file: 437 kB
data/validation/images/FLIR0759_frame_0152.png ADDED

Git LFS Details

  • SHA256: b48377174c8b7b2fb64e0caad6adabdc080aea4a3c97a5a4f4b13afa404ed450
  • Pointer size: 131 Bytes
  • Size of remote file: 437 kB
data/validation/images/FLIR0759_frame_0227.png ADDED

Git LFS Details

  • SHA256: e8c18667c3e7dd0291347d1bf1276fac13c9af52a69e40b70b4e01700699b98d
  • Pointer size: 131 Bytes
  • Size of remote file: 437 kB
data/validation/images/FLIR0759_frame_0569.png ADDED

Git LFS Details

  • SHA256: e2a21baf9efcb0bb849590104122ce29f9af2660a6474d9f0cb29e634ae65525
  • Pointer size: 131 Bytes
  • Size of remote file: 441 kB
data/validation/images/FLIR0759_frame_0582.png ADDED

Git LFS Details

  • SHA256: a5dd0b898c285ad5cfc0d16c6ebd4439afa8a84429c0bb5949ef7e46d58efef7
  • Pointer size: 131 Bytes
  • Size of remote file: 442 kB
data/validation/images/FLIR0759_frame_0742.png ADDED

Git LFS Details

  • SHA256: 312341ba873f005fd69f55a837b4133c565daaaa8dbcb7d2eccddaa96d9e7521
  • Pointer size: 131 Bytes
  • Size of remote file: 440 kB
data/validation/images/FLIR0761_frame_0060.png ADDED

Git LFS Details

  • SHA256: 7a33541ef4e780c8e51c41945190a5604e86c5f5fdfe1effd677406a8a6a9257
  • Pointer size: 131 Bytes
  • Size of remote file: 436 kB
data/validation/images/FLIR0761_frame_0263.png ADDED

Git LFS Details

  • SHA256: 24abe01bcfd62adaba4a02fb1c46ebcd5b495e675fa1f8ff09efe0d049665b7a
  • Pointer size: 131 Bytes
  • Size of remote file: 435 kB
data/validation/images/FLIR0761_frame_0303.png ADDED

Git LFS Details

  • SHA256: b741e076dea80fddc8eb99b4383c965a3f6c8397fe3da19970fbef334b3d4cd5
  • Pointer size: 131 Bytes
  • Size of remote file: 430 kB
data/validation/images/FLIR0761_frame_0459.png ADDED

Git LFS Details

  • SHA256: 0e0665aaef189ada7350c3d104c8fbc24d9db0acf7fc9291376da8cb2abe91c9
  • Pointer size: 131 Bytes
  • Size of remote file: 425 kB
data/validation/images/FLIR0767_frame_0067.png ADDED

Git LFS Details

  • SHA256: 4a32bd2808718fe13da3aedab0dbd2d4a281cb7eb303064aed1ad6b82c23783b
  • Pointer size: 131 Bytes
  • Size of remote file: 173 kB
data/validation/images/FLIR0767_frame_0107.png ADDED

Git LFS Details

  • SHA256: 234cfebad558d4ff87076f88d91691d41ee213dd3fcb41065fed25fc2eea2d34
  • Pointer size: 131 Bytes
  • Size of remote file: 191 kB
data/validation/images/FLIR0767_frame_0264.png ADDED

Git LFS Details

  • SHA256: 6bb7a8e1bfb2a4d12d6b675de0fd1c1725b85324737d3cadb195b6c143dd4472
  • Pointer size: 131 Bytes
  • Size of remote file: 188 kB
data/validation/images/FLIR0767_frame_0265.png ADDED

Git LFS Details

  • SHA256: 1b95a045172ec0bfb60ffb13c5fe9ebb85ad263f0a4f840f624e3f7b91e303c8
  • Pointer size: 131 Bytes
  • Size of remote file: 185 kB
data/validation/images/FLIR0769_frame_0101.png ADDED

Git LFS Details

  • SHA256: 001962e2fcb45e67a98d737ab612fed5c77c24b9d33abfc514647a398943c14f
  • Pointer size: 131 Bytes
  • Size of remote file: 210 kB
data/validation/images/FLIR0769_frame_0288.png ADDED

Git LFS Details

  • SHA256: cb0bfddc12b01bd395553ea32030080ffa4f629d580d824a150dfa47140d3525
  • Pointer size: 131 Bytes
  • Size of remote file: 179 kB
data/validation/images/FLIR0769_frame_0505.png ADDED

Git LFS Details

  • SHA256: 57e7d58354cbfae7a0702955904681add8671255531068cfbe00e29fff47a1b9
  • Pointer size: 130 Bytes
  • Size of remote file: 62.6 kB
data/validation/images/FLIR0773_frame_0116.png ADDED

Git LFS Details

  • SHA256: 0be6c6e53e974f9c7ef5ff66f68a48aa795dded6cb679f1b8aa8cb337ff11107
  • Pointer size: 131 Bytes
  • Size of remote file: 328 kB
data/validation/images/FLIR0773_frame_0261.png ADDED

Git LFS Details

  • SHA256: 3f0e2bd8977d7f9fff44aac4adf0e0100fcf1c15b93e8dc62b8bf0fa9b5b84e9
  • Pointer size: 131 Bytes
  • Size of remote file: 314 kB
data/validation/images/FLIR0773_frame_0473.png ADDED

Git LFS Details

  • SHA256: 1a9224ba733fe34229858a83f2bdd03077e4764272be91343697ead7723ea824
  • Pointer size: 131 Bytes
  • Size of remote file: 316 kB
data/validation/images/FLIR0779_frame_0170.png ADDED

Git LFS Details

  • SHA256: 92f4ae7f89e4c77e775d5fd2fbc2c0513d9c0da74ece8a456ab41b336a87389d
  • Pointer size: 131 Bytes
  • Size of remote file: 417 kB
data/validation/images/FLIR0779_frame_0372.png ADDED

Git LFS Details

  • SHA256: e27342fa18e129bdbac8815b14e39d8cb17d1531004c6a81313a00c972594f60
  • Pointer size: 131 Bytes
  • Size of remote file: 400 kB
data/validation/images/FLIR0779_frame_0401.png ADDED

Git LFS Details

  • SHA256: 30d307c62854edc78ad3902a11f47cfc8dc7e115d68d9acb4121f04972044287
  • Pointer size: 131 Bytes
  • Size of remote file: 396 kB
data/validation/images/FLIR0779_frame_0429.png ADDED

Git LFS Details

  • SHA256: 80aa9c69b50d7e27ee02f60f51999c4a92af04ce1d32d9a456359552b6d98da5
  • Pointer size: 131 Bytes
  • Size of remote file: 393 kB
data/validation/images/FLIR0779_frame_0560.png ADDED

Git LFS Details

  • SHA256: 1237f20315c8ecaa7f3b4c62801bfd09581136df0bc15ee6f46b3b4cde13121d
  • Pointer size: 131 Bytes
  • Size of remote file: 377 kB
data/validation/images/FLIR0779_frame_0561.png ADDED

Git LFS Details

  • SHA256: 9b2398d8007d395693e209755f0148c63ab9202a1382f5a717f25c3ca76c4728
  • Pointer size: 131 Bytes
  • Size of remote file: 383 kB
data/validation/images/FLIR0779_frame_0576.png ADDED

Git LFS Details

  • SHA256: 5673bbb8b7adfa03daecbdbdc0b7c62b79cdfbb7cc3176115aaa1f826c0e47af
  • Pointer size: 131 Bytes
  • Size of remote file: 387 kB
data/validation/images/FLIR0783_frame_0302.png ADDED

Git LFS Details

  • SHA256: 8ba462770db81284c9ded86c67cc72eeb54b938748d0faf10319b698d264919f
  • Pointer size: 131 Bytes
  • Size of remote file: 256 kB
data/validation/images/FLIR0785_frame_0112.png ADDED

Git LFS Details

  • SHA256: da1c855144fafbff60a580b79a1ea3ab4b0b2dc0244f72cb77c9d2d752ced7dc
  • Pointer size: 131 Bytes
  • Size of remote file: 428 kB
data/validation/images/FLIR0785_frame_0264.png ADDED

Git LFS Details

  • SHA256: e66b42f1866511691a87df63f99ff2b2f0d98d8c9b1fe0aab4252ee36bbf7d32
  • Pointer size: 131 Bytes
  • Size of remote file: 459 kB
data/validation/images/FLIR0785_frame_0311.png ADDED

Git LFS Details

  • SHA256: 98dfa3e961b1c13a90ec0822055e6da01dde12b6116880579572bc0e72068749
  • Pointer size: 131 Bytes
  • Size of remote file: 480 kB
data/validation/images/FLIR0785_frame_0448.png ADDED

Git LFS Details

  • SHA256: 5250e914ba941a0c101f28d47d5f67b2f43fb6948c823dc1c0175ad832a66053
  • Pointer size: 131 Bytes
  • Size of remote file: 481 kB
data/validation/images/FLIR0785_frame_0462.png ADDED

Git LFS Details

  • SHA256: 730ea64c78f4db2eddff38f6e172e3be86b17c6338777ca40cd39d1d6f82a5ff
  • Pointer size: 131 Bytes
  • Size of remote file: 508 kB
data/validation/images/FLIR0785_frame_0649.png ADDED

Git LFS Details

  • SHA256: 5c85ae2ebd56404de90a5fa3093be7f4e6c46deb63210847d67f0acbbe571b49
  • Pointer size: 131 Bytes
  • Size of remote file: 442 kB
data/validation/images/FLIR0785_frame_0675.png ADDED

Git LFS Details

  • SHA256: d04014b056acd4c65fd1b921823e3c5a0d534f9b739c9042bd119ef22bc95545
  • Pointer size: 131 Bytes
  • Size of remote file: 439 kB
mappings/class_mapping_summary.txt ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ CONTROLLED DIET DATASET - CLASS MAPPING SUMMARY
2
+ ==================================================
3
+
4
+ OVERALL STATISTICS:
5
+ Total files analyzed: 4885
6
+
7
+ CLASS DISTRIBUTION BY SPLIT:
8
+
9
+ TRAIN Split:
10
+ Class 1 (control_diet): 1079 images
11
+ Class 2 (low_forage_diet): 1268 images
12
+ Class 3 (high_forage_diet): 1558 images
13
+ Split Total: 3905 images
14
+
15
+ VALIDATION Split:
16
+ Class 1 (control_diet): 138 images
17
+ Class 2 (low_forage_diet): 162 images
18
+ Class 3 (high_forage_diet): 196 images
19
+ Split Total: 496 images
20
+
21
+ TEST Split:
22
+ Class 1 (control_diet): 133 images
23
+ Class 2 (low_forage_diet): 157 images
24
+ Class 3 (high_forage_diet): 194 images
25
+ Split Total: 484 images
26
+
27
+ FLIR SESSION ANALYSIS:
28
+
29
+ FLIR0757:
30
+ Class 3 (high_forage_diet): 534 images
31
+
32
+ FLIR0759:
33
+ Class 3 (high_forage_diet): 754 images
34
+
35
+ FLIR0761:
36
+ Class 2 (low_forage_diet): 458 images
37
+
38
+ FLIR0767:
39
+ Class 1 (control_diet): 458 images
40
+
41
+ FLIR0769:
42
+ Class 2 (low_forage_diet): 532 images
43
+
44
+ FLIR0773:
45
+ Class 2 (low_forage_diet): 597 images
46
+
47
+ FLIR0779:
48
+ Class 3 (high_forage_diet): 660 images
49
+
50
+ FLIR0783:
51
+ Class 1 (control_diet): 203 images
52
+
53
+ FLIR0785:
54
+ Class 1 (control_diet): 689 images
mappings/filename_class_mapping.csv ADDED
The diff for this file is too large to render. See raw diff
 
mappings/filename_class_mapping.json ADDED
The diff for this file is too large to render. See raw diff
 
metadata/class_definitions.json ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "class_definitions": {
3
+ "background": {
4
+ "class_id": 0,
5
+ "pixel_value": 0,
6
+ "name": "background",
7
+ "description": "Background regions without methane plumes, including ice block and ambient environment",
8
+ "color_rgb": [0, 0, 0]
9
+ },
10
+ "control_diet": {
11
+ "class_id": 1,
12
+ "pixel_value": 1,
13
+ "name": "control_diet",
14
+ "description": "Methane plumes from control diet (50:50 forage to concentrate ratio)",
15
+ "gc_range_ppm": "166-171",
16
+ "diet_composition": {
17
+ "forage_percentage": 50,
18
+ "concentrate_percentage": 50,
19
+ "description": "Standard dairy cow diet with balanced forage to concentrate ratio"
20
+ },
21
+ "color_rgb": [255, 0, 0]
22
+ },
23
+ "low_forage_diet": {
24
+ "class_id": 2,
25
+ "pixel_value": 3,
26
+ "name": "low_forage_diet",
27
+ "description": "Methane plumes from low forage diet (20:80 forage to concentrate ratio)",
28
+ "gc_range_ppm": "300-334",
29
+ "diet_composition": {
30
+ "forage_percentage": 20,
31
+ "concentrate_percentage": 80,
32
+ "description": "High-concentrate diet with reduced forage content"
33
+ },
34
+ "color_rgb": [0, 255, 0]
35
+ },
36
+ "high_forage_diet": {
37
+ "class_id": 3,
38
+ "pixel_value": 2,
39
+ "name": "high_forage_diet",
40
+ "description": "Methane plumes from high forage diet (80:20 forage to concentrate ratio)",
41
+ "gc_range_ppm": "457-510",
42
+ "diet_composition": {
43
+ "forage_percentage": 80,
44
+ "concentrate_percentage": 20,
45
+ "description": "High-forage diet with minimal concentrate supplementation"
46
+ },
47
+ "color_rgb": [0, 0, 255]
48
+ }
49
+ },
50
+ "excluded_classes": {
51
+ "control_bromoform": {
52
+ "description": "Control diet with bromoform addition (0.14 mg/L)",
53
+ "gc_range_ppm": "~1.41",
54
+ "exclusion_reason": "Methane concentration below OGI camera detection limit due to bromoform inhibition"
55
+ }
56
+ },
57
+ "class_mapping": {
58
+ "0": "background",
59
+ "1": "control_diet",
60
+ "2": "low_forage_diet",
61
+ "3": "high_forage_diet"
62
+ },
63
+ "pixel_to_class_mapping": {
64
+ "0": 0,
65
+ "1": 1,
66
+ "2": 3,
67
+ "3": 2
68
+ },
69
+ "total_classes": 4,
70
+ "annotation_format": "Binary masks with pixel values 0-3 corresponding to class IDs",
71
+ "validation_method": "Gas Chromatography (GC) concentration measurements",
72
+ "notes": {
73
+ "concentration_correlation": "Class assignments based on measured GC concentration ranges from corresponding dietary treatments",
74
+ "mask_generation": "Automated pipeline with background subtraction, thresholding, and watershed segmentation",
75
+ "quality_assurance": "Manual verification of automated mask generation results",
76
+ "pixel_value_discrepancy": "Class IDs follow paper numbering (Class 2=Low Forage, Class 3=High Forage), but pixel values in masks are swapped (Low Forage=3, High Forage=2). Dataset loader handles this conversion automatically."
77
+ }
78
+ }
metadata/dataset_statistics.json ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_statistics": {
3
+ "overview": {
4
+ "name": "Controlled Diet (CD) Dataset",
5
+ "version": "1.0.0",
6
+ "total_images": 4885,
7
+ "total_masks": 4885,
8
+ "total_files": 9770,
9
+ "image_format": "PNG",
10
+ "mask_format": "PNG",
11
+ "image_resolution": "640x480"
12
+ },
13
+ "split_distribution": {
14
+ "train": {
15
+ "images": 3905,
16
+ "percentage": 79.94,
17
+ "class_breakdown": {
18
+ "class_1_control": 1079,
19
+ "class_2_low_forage": 1268,
20
+ "class_3_high_forage": 1558
21
+ }
22
+ },
23
+ "validation": {
24
+ "images": 496,
25
+ "percentage": 10.15,
26
+ "class_breakdown": {
27
+ "class_1_control": 138,
28
+ "class_2_low_forage": 162,
29
+ "class_3_high_forage": 196
30
+ }
31
+ },
32
+ "test": {
33
+ "images": 484,
34
+ "percentage": 9.91,
35
+ "class_breakdown": {
36
+ "class_1_control": 133,
37
+ "class_2_low_forage": 157,
38
+ "class_3_high_forage": 194
39
+ }
40
+ }
41
+ },
42
+ "class_statistics": {
43
+ "class_1_control": {
44
+ "gc_range_ppm": "166-171",
45
+ "diet_type": "Control (50:50 F:C)",
46
+ "total_images": 1350,
47
+ "percentage_of_dataset": 27.63,
48
+ "train_images": 1079,
49
+ "validation_images": 138,
50
+ "test_images": 133
51
+ },
52
+ "class_2_low_forage": {
53
+ "gc_range_ppm": "300-334",
54
+ "diet_type": "Low Forage (20:80 F:C)",
55
+ "total_images": 1587,
56
+ "percentage_of_dataset": 32.49,
57
+ "train_images": 1268,
58
+ "validation_images": 162,
59
+ "test_images": 157
60
+ },
61
+ "class_3_high_forage": {
62
+ "gc_range_ppm": "457-510",
63
+ "diet_type": "High Forage (80:20 F:C)",
64
+ "total_images": 1948,
65
+ "percentage_of_dataset": 39.88,
66
+ "train_images": 1558,
67
+ "validation_images": 196,
68
+ "test_images": 194
69
+ }
70
+ },
71
+ "model_performance_baseline": {
72
+ "best_model": "Gasformer",
73
+ "best_miou_percent": 85.1,
74
+ "best_fscore_percent": 91.72,
75
+ "fastest_fps": 64.56,
76
+ "most_efficient_gflops": 9.92,
77
+ "smallest_params_m": 3.65
78
+ },
79
+ "collection_metadata": {
80
+ "collection_date": "2024",
81
+ "location": "Southern Illinois University Carbondale",
82
+ "team_members": [
83
+ "Mohamed G. Embaby",
84
+ "Toqi Tahamid Sarker",
85
+ "Amer AbuGhazaleh",
86
+ "Khaled R. Ahmed"
87
+ ]
88
+ }
89
+ },
90
+ "generation_timestamp": "2025-01-19T12:00:00Z",
91
+ "statistics_version": "1.0.0"
92
+ }
metadata/metadata.json ADDED
@@ -0,0 +1,130 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "Controlled Diet (CD) Dataset for Methane Plume Detection",
3
+ "version": "1.0.0",
4
+ "description": "A large-scale collection of 4,885 methane (CH₄) plume images captured using optical gas imaging (OGI) technology for semantic segmentation tasks",
5
+ "authors": [
6
+ {
7
+ "name": "Mohamed G. Embaby",
8
+ "affiliation": "Southern Illinois University Carbondale",
9
+ "email": "embaby@siu.edu"
10
+ },
11
+ {
12
+ "name": "Toqi Tahamid Sarker",
13
+ "affiliation": "Southern Illinois University Carbondale",
14
+ "email": "toqitahamid.sarker@siu.edu"
15
+ },
16
+ {
17
+ "name": "Amer AbuGhazaleh",
18
+ "affiliation": "Southern Illinois University Carbondale",
19
+ "email": "aamer@siu.edu"
20
+ },
21
+ {
22
+ "name": "Khaled R. Ahmed",
23
+ "affiliation": "Southern Illinois University Carbondale",
24
+ "email": "kahmed@siu.edu"
25
+ }
26
+ ],
27
+ "license": "CC0-1.0",
28
+ "publication": {
29
+ "title": "Optical gas imaging and deep learning for quantifying enteric methane emissions from rumen fermentation in vitro",
30
+ "journal": "IET Image Processing",
31
+ "year": 2025,
32
+ "doi": "10.1049/ipr2.13327",
33
+ "url": "https://doi.org/10.1049/ipr2.13327"
34
+ },
35
+ "funding": {
36
+ "agency": "National Institute of Food and Agriculture, United States Department of Agriculture",
37
+ "award_number": "2022-70001-37404"
38
+ },
39
+ "dataset_info": {
40
+ "total_images": 4885,
41
+ "image_resolution": "640x480",
42
+ "file_format": "PNG",
43
+ "camera": "FLIR GF77 OGI camera",
44
+ "spectral_range": "7-8.5 μm",
45
+ "annotation_type": "semantic segmentation masks",
46
+ "classes": 4,
47
+ "background_method": "ice block thermal contrast"
48
+ },
49
+ "splits": {
50
+ "train": {
51
+ "images": 3905,
52
+ "percentage": 80
53
+ },
54
+ "validation": {
55
+ "images": 496,
56
+ "percentage": 10
57
+ },
58
+ "test": {
59
+ "images": 484,
60
+ "percentage": 10
61
+ }
62
+ },
63
+ "class_distribution": {
64
+ "class_1": {
65
+ "gc_range_ppm": "166-171",
66
+ "diet": "Control (50:50 F:C ratio)",
67
+ "train": 1079,
68
+ "validation": 138,
69
+ "test": 133,
70
+ "total": 1350
71
+ },
72
+ "class_2": {
73
+ "gc_range_ppm": "300-334",
74
+ "diet": "Low Forage (20:80 F:C ratio)",
75
+ "train": 1268,
76
+ "validation": 162,
77
+ "test": 157,
78
+ "total": 1587
79
+ },
80
+ "class_3": {
81
+ "gc_range_ppm": "457-510",
82
+ "diet": "High Forage (80:20 F:C ratio)",
83
+ "train": 1558,
84
+ "validation": 196,
85
+ "test": 194,
86
+ "total": 1948
87
+ }
88
+ },
89
+ "experimental_setup": {
90
+ "source": "In vitro continuous culture fermentation system",
91
+ "simulation": "Cow rumen environment",
92
+ "collection_method": "24-hour ANKOM batch culture",
93
+ "validation_methods": ["Gas Chromatography (GC)", "Laser Methane Detector (LMD)"],
94
+ "temperature": "22°C controlled room temperature"
95
+ },
96
+ "mask_generation": {
97
+ "method": "Automated pipeline",
98
+ "steps": [
99
+ "Background subtraction using pre-recorded reference frames",
100
+ "Contrast enhancement for improved plume visibility",
101
+ "Adaptive thresholding for binary separation",
102
+ "Watershed algorithm with Sobel filter elevation maps",
103
+ "Region analysis with size-based filtering",
104
+ "Binary mask generation for pixel-wise annotations"
105
+ ]
106
+ },
107
+ "applications": [
108
+ "Semantic segmentation model training",
109
+ "Agricultural monitoring and assessment",
110
+ "Environmental research on livestock emissions",
111
+ "Computer vision system development",
112
+ "Climate change mitigation strategy evaluation"
113
+ ],
114
+ "keywords": [
115
+ "optical gas imaging",
116
+ "methane detection",
117
+ "semantic segmentation",
118
+ "livestock emissions",
119
+ "computer vision",
120
+ "deep learning",
121
+ "agriculture",
122
+ "climate change",
123
+ "FLIR GF77",
124
+ "rumen fermentation"
125
+ ],
126
+ "created": "2025-01-19",
127
+ "updated": "2025-01-19",
128
+ "format_version": "1.0",
129
+ "schema": "https://schema.org/Dataset"
130
+ }