sochastic commited on
Commit
35a1b7f
·
verified ·
1 Parent(s): 68a304a

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +99 -5
  2. generation_workflow.json +0 -0
  3. inpainting_workflow.json +0 -0
  4. release/annotation_masks/0000.png +3 -0
  5. release/annotation_masks/0001.png +3 -0
  6. release/annotation_masks/0002.png +3 -0
  7. release/annotation_masks/0003.png +3 -0
  8. release/annotation_masks/0004.png +3 -0
  9. release/annotation_masks/0005.png +3 -0
  10. release/annotation_masks/0006.png +3 -0
  11. release/annotation_masks/0007.png +3 -0
  12. release/annotation_masks/0008.png +3 -0
  13. release/annotation_masks/0009.png +3 -0
  14. release/annotation_masks/0010.png +3 -0
  15. release/annotation_masks/0011.png +3 -0
  16. release/annotation_masks/0012.png +3 -0
  17. release/annotation_masks/0013.png +3 -0
  18. release/annotation_masks/0014.png +3 -0
  19. release/annotation_masks/0015.png +3 -0
  20. release/annotation_masks/0016.png +3 -0
  21. release/annotation_masks/0017.png +3 -0
  22. release/annotation_masks/0018.png +3 -0
  23. release/annotation_masks/0019.png +3 -0
  24. release/annotation_masks/0020.png +3 -0
  25. release/annotation_masks/0021.png +3 -0
  26. release/annotation_masks/0022.png +3 -0
  27. release/annotation_masks/0023.png +3 -0
  28. release/annotation_masks/0024.png +3 -0
  29. release/annotation_masks/0025.png +3 -0
  30. release/annotation_masks/0026.png +3 -0
  31. release/annotation_masks/0027.png +3 -0
  32. release/annotation_masks/0028.png +3 -0
  33. release/annotation_masks/0029.png +3 -0
  34. release/annotation_masks/0030.png +3 -0
  35. release/annotation_masks/0031.png +3 -0
  36. release/annotation_masks/0032.png +3 -0
  37. release/annotation_masks/0033.png +3 -0
  38. release/annotation_masks/0034.png +3 -0
  39. release/annotation_masks/0035.png +3 -0
  40. release/annotation_masks/0036.png +3 -0
  41. release/annotation_masks/0037.png +3 -0
  42. release/annotation_masks/0038.png +3 -0
  43. release/annotation_masks/0039.png +3 -0
  44. release/annotation_masks/0040.png +3 -0
  45. release/annotation_masks/0041.png +3 -0
  46. release/annotation_masks/0042.png +3 -0
  47. release/annotation_masks/0043.png +3 -0
  48. release/annotation_masks/0044.png +3 -0
  49. release/annotation_masks/0045.png +3 -0
  50. release/annotation_masks/0046.png +3 -0
README.md CHANGED
@@ -1,5 +1,99 @@
1
- ---
2
- license: other
3
- license_name: synspill-dataset-license
4
- license_link: https://github.com/eternal-f1ame/SynSpill/blob/main/LICENSE.md
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <<<<<<< HEAD
2
+ # Data Directory
3
+
4
+ This directory contains datasets and annotations for the SynSpill project.
5
+
6
+ ## Structure
7
+
8
+ - `synthetic/` - Generated synthetic spill images and annotations
9
+ - `real/` - Real-world industrial CCTV footage (test set)
10
+ - `annotations/` - Ground truth labels and bounding boxes
11
+
12
+ ## Synthetic Data
13
+
14
+ The synthetic dataset is generated using our AnomalInfusion pipeline:
15
+
16
+ - Stable Diffusion XL for base image generation
17
+ - IP adapters for style conditioning
18
+ - Inpainting for precise spill placement
19
+
20
+ ## Citation
21
+
22
+ If you use this data in your research, please cite our ICCV 2025 paper.
23
+ =======
24
+ # SynSpill Data Directory
25
+
26
+ This directory contains datasets, annotations, and workflow configurations for the SynSpill project - a comprehensive dataset for industrial spill detection and synthesis.
27
+
28
+ ## Directory Structure
29
+
30
+ ```text
31
+ data/
32
+ ├── README.md # This file
33
+ ├── generation_workflow.json # ComfyUI workflow for synthetic image generation
34
+ ├── inpainting_workflow.json # ComfyUI workflow for inpainting operations
35
+ ├── release/ # Full dataset release
36
+ │ ├── annotation_masks/ # Binary masks for spill regions (PNG format)
37
+ │ ├── annotations/ # Ground truth annotations and metadata
38
+ │ └── generated_images/ # Complete set of synthetic spill images
39
+ └── samples/ # Sample data for preview and testing
40
+ ├── annotation_masks/ # Sample binary masks
41
+ ├── generated_images/ # Sample synthetic images
42
+ └── inpainted_images/ # Sample inpainted results
43
+ ```
44
+
45
+ ## Dataset Contents
46
+
47
+ ### Release Dataset (`release/`)
48
+
49
+ - **Generated Images**: High-quality synthetic industrial spill scenarios
50
+ - **Annotation Masks**: Pixel-perfect binary masks identifying spill regions
51
+ - **Annotations**: Structured metadata including bounding boxes, class labels, and scene descriptions
52
+
53
+ ### Sample Dataset (`samples/`)
54
+
55
+ A subset of the full dataset for quick evaluation and testing purposes, containing:
56
+
57
+ - Representative examples from each category
58
+ - Various spill types and industrial environments
59
+ - Both generated and inpainted image samples
60
+
61
+ ### Workflow Configurations
62
+
63
+ - **`generation_workflow.json`**: ComfyUI workflow for generating base synthetic images using Stable Diffusion XL
64
+ - **`inpainting_workflow.json`**: ComfyUI workflow for precise spill placement and inpainting operations
65
+
66
+ ## Synthetic Data Generation
67
+
68
+ The synthetic dataset is created using our AnomalInfusion pipeline:
69
+
70
+ 1. **Base Generation**: Stable Diffusion XL creates industrial environment images
71
+ 2. **Style Conditioning**: IP adapters ensure consistent visual style across scenes
72
+ 3. **Spill Synthesis**: Controlled inpainting places realistic spills in specified locations
73
+ 4. **Mask Generation**: Automated creation of precise segmentation masks
74
+
75
+ ## Usage
76
+
77
+ The data is organized for direct use with computer vision frameworks:
78
+
79
+ - Images are in standard formats (PNG/JPG)
80
+ - Masks are binary images (0 = background, 255 = spill)
81
+ - Annotations follow standard object detection formats
82
+
83
+ ## Citation
84
+
85
+ If you use this dataset in your research, please cite our ICCV 2025 paper:
86
+
87
+ ```bibtex
88
+ @inproceedings{baranwal2025synspill,
89
+ title={SynSpill: Improved Industrial Spill Detection With Synthetic Data},
90
+ author={Baranwal, Aaditya and Bhatia, Guneet and Mueez, Abdul and Voelker, Jason and Vyas, Shruti},
91
+ booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision - Workshops (ICCV-W)},
92
+ year={2025}
93
+ }
94
+ ```
95
+
96
+ ## License
97
+
98
+ Please refer to the `LICENSE.md` file in the root directory for licensing information.
99
+ >>>>>>> 88ba51e64db7d06e72955aec9f7edc45fd937ec7
generation_workflow.json ADDED
File without changes
inpainting_workflow.json ADDED
File without changes
release/annotation_masks/0000.png ADDED

Git LFS Details

  • SHA256: a856ad16991b5d55ab70c4005e6270c8dff92208adcc5c42c64633ae2cfbbf11
  • Pointer size: 130 Bytes
  • Size of remote file: 10.4 kB
release/annotation_masks/0001.png ADDED

Git LFS Details

  • SHA256: 8470a88045c3baf177aeb13f74a08e11491e832b66401e4d900fca571650c68c
  • Pointer size: 130 Bytes
  • Size of remote file: 22.2 kB
release/annotation_masks/0002.png ADDED

Git LFS Details

  • SHA256: 144f69108ce29c520b64cdd6961542640c08edd3ff05f66325bea82eec2f3280
  • Pointer size: 130 Bytes
  • Size of remote file: 21.9 kB
release/annotation_masks/0003.png ADDED

Git LFS Details

  • SHA256: bada98748fb80f60e539d2dea7e02c371b0ee72bd000b7ccc34189ef02cb0a11
  • Pointer size: 130 Bytes
  • Size of remote file: 16.4 kB
release/annotation_masks/0004.png ADDED

Git LFS Details

  • SHA256: 9c8252d3edb9acd04511d77e81e37b61af0f6c51a7ac638623320670f9cf3fb1
  • Pointer size: 130 Bytes
  • Size of remote file: 16.9 kB
release/annotation_masks/0005.png ADDED

Git LFS Details

  • SHA256: 2a207b8c49da7900090edd687e4889bb3c7d3cbb89148905322077a83e58601c
  • Pointer size: 130 Bytes
  • Size of remote file: 33.9 kB
release/annotation_masks/0006.png ADDED

Git LFS Details

  • SHA256: 93cb38d49759cc6ed7683ab6a4c2632ca498874af7238c4c0f586baf900cc212
  • Pointer size: 130 Bytes
  • Size of remote file: 17.6 kB
release/annotation_masks/0007.png ADDED

Git LFS Details

  • SHA256: 1bb0a8ad5ab9ffb00dd5a77eeb3c8052258b6ed1f37ba532ce608caef042dc16
  • Pointer size: 130 Bytes
  • Size of remote file: 12.3 kB
release/annotation_masks/0008.png ADDED

Git LFS Details

  • SHA256: 789db9673c42b3d5108d5b8189db88973a76d8236ab6dff4ef97273c44f2bc6b
  • Pointer size: 130 Bytes
  • Size of remote file: 16.9 kB
release/annotation_masks/0009.png ADDED

Git LFS Details

  • SHA256: 546a3af1549d988cdca35be1aeaee89f4e4bedc277fcac6216ccaa3d0ba0a67b
  • Pointer size: 130 Bytes
  • Size of remote file: 22.4 kB
release/annotation_masks/0010.png ADDED

Git LFS Details

  • SHA256: 68c0736d34fa316f3f93f7a7cff7c0e18ba1972b89e9b4e500f8b0446cc31f65
  • Pointer size: 130 Bytes
  • Size of remote file: 15.9 kB
release/annotation_masks/0011.png ADDED

Git LFS Details

  • SHA256: 3e2fe0c5066f05637c6a77d8892c52fca6c79835428ff5b1a616657162ec6e51
  • Pointer size: 130 Bytes
  • Size of remote file: 37.5 kB
release/annotation_masks/0012.png ADDED

Git LFS Details

  • SHA256: 9fabb976ea4d8ebfb16676f9c5df0ebf9cbeb9706794e65e5d13d917f100bc7c
  • Pointer size: 130 Bytes
  • Size of remote file: 36.1 kB
release/annotation_masks/0013.png ADDED

Git LFS Details

  • SHA256: 1888897621839ae46f051bfc2e0604ee6a0ff285e559f79ee0b6c93c7fe76c50
  • Pointer size: 130 Bytes
  • Size of remote file: 12.2 kB
release/annotation_masks/0014.png ADDED

Git LFS Details

  • SHA256: abf413d4e4ae9d7742c62aaf8e6fd43196112b7ab8b051d432df17b1b3bb7415
  • Pointer size: 130 Bytes
  • Size of remote file: 26.1 kB
release/annotation_masks/0015.png ADDED

Git LFS Details

  • SHA256: 1095a59ab16c0a67e90b0c9c35029f5b2a34c08e1b3811dfe98754029d1bc52b
  • Pointer size: 130 Bytes
  • Size of remote file: 14.2 kB
release/annotation_masks/0016.png ADDED

Git LFS Details

  • SHA256: 81c626f6041f201deb031b7debcb826a3b7d4ff6088c7aeff637eaacde75057f
  • Pointer size: 129 Bytes
  • Size of remote file: 9.84 kB
release/annotation_masks/0017.png ADDED

Git LFS Details

  • SHA256: 1f5060cd48ea2e760af349999b2ee86166f4745f2f24c6707bb24f1f01efe2bc
  • Pointer size: 130 Bytes
  • Size of remote file: 21.4 kB
release/annotation_masks/0018.png ADDED

Git LFS Details

  • SHA256: 10c57cdd00d908bb96cab9becc26ab0140fc38a081be945906f8e3e870ee2920
  • Pointer size: 129 Bytes
  • Size of remote file: 7.85 kB
release/annotation_masks/0019.png ADDED

Git LFS Details

  • SHA256: f0cfaf7ca853f3c5eab103f3c80ede24e0be03a910178a61eb6105588356be95
  • Pointer size: 130 Bytes
  • Size of remote file: 28 kB
release/annotation_masks/0020.png ADDED

Git LFS Details

  • SHA256: 42e2e9d1a4ab774e63e396990242a61e9df949d9bf74f00fbd0aa60f494333fb
  • Pointer size: 130 Bytes
  • Size of remote file: 29.6 kB
release/annotation_masks/0021.png ADDED

Git LFS Details

  • SHA256: 76c71a784f8ed666851386c40b365b77454b2dae97a4357e93a2f0ba35794827
  • Pointer size: 130 Bytes
  • Size of remote file: 21.6 kB
release/annotation_masks/0022.png ADDED

Git LFS Details

  • SHA256: 3b8e09feb586c5793282cd1ebac6c9221ad59c6dee3a390725bf4dcd9ef8508a
  • Pointer size: 130 Bytes
  • Size of remote file: 35.6 kB
release/annotation_masks/0023.png ADDED

Git LFS Details

  • SHA256: c0e8871af466921a24c8e9b5b63088af6fd1de5026fa5b771f1e121020a61829
  • Pointer size: 130 Bytes
  • Size of remote file: 33.4 kB
release/annotation_masks/0024.png ADDED

Git LFS Details

  • SHA256: e1a6e0449c212d9b05e24823ad7aaf3248b02af727bdad06343820486f525cc4
  • Pointer size: 130 Bytes
  • Size of remote file: 26.2 kB
release/annotation_masks/0025.png ADDED

Git LFS Details

  • SHA256: 8d456f4208ff60396ec5ad2671582db6160a80f1ff421d3af0119f02aeb58d78
  • Pointer size: 130 Bytes
  • Size of remote file: 13.7 kB
release/annotation_masks/0026.png ADDED

Git LFS Details

  • SHA256: d92c209ff047ba093a3441dc224fa6b0243efbf8ca2d0d8d59337319d7b42f2c
  • Pointer size: 130 Bytes
  • Size of remote file: 13.8 kB
release/annotation_masks/0027.png ADDED

Git LFS Details

  • SHA256: 6bb38de55c9a8d9e860cd40b5ae6f9ededad29ec3fb8a1843e227003967ee500
  • Pointer size: 130 Bytes
  • Size of remote file: 15 kB
release/annotation_masks/0028.png ADDED

Git LFS Details

  • SHA256: 96d1d522013518d98aeb3d42e790995804595ff2b9054b3e7cb504077bfcf46b
  • Pointer size: 130 Bytes
  • Size of remote file: 18.8 kB
release/annotation_masks/0029.png ADDED

Git LFS Details

  • SHA256: f41b1941f68b7c28690743be5550ff7d9b3fcda5f0e604f25bc040c8f5944123
  • Pointer size: 130 Bytes
  • Size of remote file: 16.3 kB
release/annotation_masks/0030.png ADDED

Git LFS Details

  • SHA256: d0b037bc3ba8290b408e903254b2a1d6ba1e7256fffe271bd84e327e47d20007
  • Pointer size: 130 Bytes
  • Size of remote file: 21.5 kB
release/annotation_masks/0031.png ADDED

Git LFS Details

  • SHA256: b0087943b74812ee6c14c44cf7ea38919fc75c9e2c53a9284a3e224d24e9ac20
  • Pointer size: 129 Bytes
  • Size of remote file: 8.77 kB
release/annotation_masks/0032.png ADDED

Git LFS Details

  • SHA256: ffc80ca1019619360b5ff4cf99c62ef0549ede12bd60816c539b9c6cad7df2b0
  • Pointer size: 130 Bytes
  • Size of remote file: 25.5 kB
release/annotation_masks/0033.png ADDED

Git LFS Details

  • SHA256: fa78706c782d002cbb207236c10adb4fa209606227eaaaf634b8cce8e8497521
  • Pointer size: 130 Bytes
  • Size of remote file: 14.3 kB
release/annotation_masks/0034.png ADDED

Git LFS Details

  • SHA256: 1c63d288588c64020fa6cc0b8aa4b4b870f98fce711c1dcf76c55eb74237e9b6
  • Pointer size: 130 Bytes
  • Size of remote file: 32.4 kB
release/annotation_masks/0035.png ADDED

Git LFS Details

  • SHA256: c1de18fa32c5204929e96e0650193f0323ba3ee9b9e0d13b01e9c5e5ec1001fa
  • Pointer size: 130 Bytes
  • Size of remote file: 53.4 kB
release/annotation_masks/0036.png ADDED

Git LFS Details

  • SHA256: b7920046ad24a0e22df4e616876675a4d6e6678f16071ee27ac4989fae73eb4e
  • Pointer size: 130 Bytes
  • Size of remote file: 13.7 kB
release/annotation_masks/0037.png ADDED

Git LFS Details

  • SHA256: af87bb7f2f02e1cea87bbd0fffa3c53c9d04f7b862c2b23c7c8eef06cfe9876d
  • Pointer size: 130 Bytes
  • Size of remote file: 25.9 kB
release/annotation_masks/0038.png ADDED

Git LFS Details

  • SHA256: 9d51e468cbae6b1e9e1b4bdb1ff2f33aa87845723fe13f372a1e361c34588d8c
  • Pointer size: 130 Bytes
  • Size of remote file: 12.6 kB
release/annotation_masks/0039.png ADDED

Git LFS Details

  • SHA256: 56c73c13af9d5b816431d53e447f7dce30a4aea3466b8602ef6cb8ddfd15e8d9
  • Pointer size: 130 Bytes
  • Size of remote file: 23 kB
release/annotation_masks/0040.png ADDED

Git LFS Details

  • SHA256: 2fe9b319d9146abadfc35b33bf6d9f5ed85110665ec8b76a0943fec5b80d41d2
  • Pointer size: 130 Bytes
  • Size of remote file: 23.3 kB
release/annotation_masks/0041.png ADDED

Git LFS Details

  • SHA256: fef5317ccb9c9e14cb6fbd8ca2a25302fd849daf09d362df7335c74176959bd5
  • Pointer size: 130 Bytes
  • Size of remote file: 10.5 kB
release/annotation_masks/0042.png ADDED

Git LFS Details

  • SHA256: 0976b04e03066c909c0d21919ed4af8ba729906dc3f3b116bd59ec593baaaef7
  • Pointer size: 130 Bytes
  • Size of remote file: 25 kB
release/annotation_masks/0043.png ADDED

Git LFS Details

  • SHA256: 4f110657cf6e2cfce1bfd185d44fdd75985755b643a51f3b94566c886eea389c
  • Pointer size: 129 Bytes
  • Size of remote file: 4.76 kB
release/annotation_masks/0044.png ADDED

Git LFS Details

  • SHA256: fd961779b46b0c49dd8e4342f17c1ee17e4de2f787aef7d200f5d7d49892b048
  • Pointer size: 130 Bytes
  • Size of remote file: 26.3 kB
release/annotation_masks/0045.png ADDED

Git LFS Details

  • SHA256: 6743dc9c6304a930e1556ec99c872cf31c2b776c00e0b4129e73f138be0272f3
  • Pointer size: 130 Bytes
  • Size of remote file: 33 kB
release/annotation_masks/0046.png ADDED

Git LFS Details

  • SHA256: 56e52d2a2f00e3b0690e769b115b1c4d96803dcad66763250619c7807604c563
  • Pointer size: 130 Bytes
  • Size of remote file: 20.5 kB