Datasets:
Create metadata.json
Browse files- metadata.json +40 -0
metadata.json
ADDED
|
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_name": "Synthetic Inline Holographical Images",
|
| 3 |
+
"version": "1.0.0",
|
| 4 |
+
"description": "A synthetic dataset of inline holographical triplets including object-domain images, forward-propagated holograms, and their numerical reconstructions.",
|
| 5 |
+
"source": "https://huggingface.co/datasets/gokhankocmarli/inline-digital-holography/",
|
| 6 |
+
"license": "MIT",
|
| 7 |
+
"author": "Gökhan Koçmarlı (Gyokhan Kochmarla)",
|
| 8 |
+
"created_date": "2025-11-09",
|
| 9 |
+
"task_categories": [
|
| 10 |
+
"image-to-image",
|
| 11 |
+
"image-segmentation",
|
| 12 |
+
"image-classification",
|
| 13 |
+
"image-feature-extraction",
|
| 14 |
+
"zero-shot-image-classification"
|
| 15 |
+
],
|
| 16 |
+
"tags": [
|
| 17 |
+
"holography",
|
| 18 |
+
"hologram",
|
| 19 |
+
"inline-holography",
|
| 20 |
+
"synthetic",
|
| 21 |
+
"wave-propagation",
|
| 22 |
+
"reconstruction",
|
| 23 |
+
"signal-processing"
|
| 24 |
+
],
|
| 25 |
+
"structure": {
|
| 26 |
+
"object": "Grayscale amplitude or intensity images representing the object domain (2D real-valued array).",
|
| 27 |
+
"hologram": "Simulated inline holograms obtained by forward propagation from the object plane.",
|
| 28 |
+
"reconstruction": "Numerically reconstructed images from holograms using back-propagation algorithms.",
|
| 29 |
+
},
|
| 30 |
+
"file_format": {
|
| 31 |
+
"arrays": "NumPy NPZ (float64 arrays)"
|
| 32 |
+
},
|
| 33 |
+
"n_samples": "=100,000",
|
| 34 |
+
"split": "No predefined split; all samples are stored in one collection.",
|
| 35 |
+
"example_filenames": ["sample_09018_rectangle_checker.npz""],
|
| 36 |
+
"data_creator": "Generated synthetically using the HoloGen simulation framework (https://github.com/electricalgorithm/hologen).",
|
| 37 |
+
"citation": {
|
| 38 |
+
"bibtex": "@misc{koçmarlı2025hologen,\n author = {Gökhan Koçmarlı},\n title = {Synthetic Inline Holographical Images Dataset},\n year = {2025},\n howpublished = {\\url{https://https://huggingface.co/datasets/gokhankocmarli/inline-digital-holography}}\n}"
|
| 39 |
+
}
|
| 40 |
+
}
|