boatbomber commited on
Commit
61d0fed
·
verified ·
1 Parent(s): fe3d5d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +63 -1
README.md CHANGED
@@ -8,4 +8,66 @@ tags:
8
  - 3d
9
  - image
10
  pretty_name: Cuneiform Photos⇔MSII
11
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  - 3d
9
  - image
10
  pretty_name: Cuneiform Photos⇔MSII
11
+ ---
12
+
13
+ <div align="center">
14
+
15
+ <h1 align="center">
16
+ Cuneiform Photos⇔MSII
17
+ </h1>
18
+
19
+ <img src="./assets/PhotoToMSII.png" width="630"/>
20
+
21
+ </div>
22
+
23
+ This dataset contains paired images of photorealistic cuneiform tablet renders and their corresponding MSII (Multi Scale Integral Invariant) curvature visualizations.
24
+
25
+ ## Background & Motivation
26
+
27
+ Cuneiform tablets contain impressions made in clay thousands of years ago. These subtle surface variations are often difficult to see in regular photographs, especially under poor lighting conditions. MSII (Multi Scale Integral Invariant) filtering is a curvature visualization technique that highlights these impressions by computing surface curvature at multiple scales, making cuneiform characters clearly visible regardless of lighting.
28
+
29
+ However, getting the MSII visualization of a tablet requires a 3D scan and lots of computation. To reduce this barrier and increase the availability of easy-to-read images, I'd like to train a diffusion model to predict the MSII visualization directly from photographs. To do that, I've created this high quality dataset.
30
+
31
+ ## Dataset Format
32
+
33
+ | Column | Description | Example |
34
+ |--------|-------------|---------|
35
+ | hs_number | The Heidelberg Sample identifier | "HS_0044" |
36
+ | variation | The variant index for this tablet | 1-8 |
37
+ | tablet_url | A link to the tablet data | "https://hilprecht.mpiwg-berlin.mpg.de/object3d/XXXXX" |
38
+ | cdli_archive | A link to the tablet information in the Cuneiform Digital Library, if applicable | "https://cdli.ucla.edu/search/archival_view.php?ObjectID=P020432" |
39
+ | photo | A synthetic photograph of the tablet | <img src="./assets/example_photo.png"/> |
40
+ | msii | A matching MSII visualization of the tablet | <img src="./assets/example_msii.png"/> |
41
+
42
+ ## Source Data
43
+
44
+ This project uses the HeiCuBeDa (Heidelberg Cuneiform Benchmark Dataset), a professional research dataset of 1,747 high-resolution 3D scans.
45
+
46
+ ## Image Diversity
47
+
48
+ To get the most out of the 1.7K tablet scans from HeiCuBeDa, we generate several varied images for each tablet.
49
+
50
+ Each variant gets an independent random selection of:
51
+
52
+ | What Varies | Description | Range |
53
+ |-------------|-------------|-------|
54
+ | Faces | Which of the six faces are shown in the image | Variant 1 always shows 6 faces. Variants 2+ have a 20% chance of all 6, otherwise uses per-face probs (front 100%, back 75%, top/bottom 45%, left/right 30%) |
55
+ | Rotation | Rotation of the tablet | ±5° Euler XYZ |
56
+ | Focal length | The focal length of the camera | 80–150 mm |
57
+ | Lighting | The position, color, and intensity of the lights in the photo | ±30% Energy. ±2% Warmth. Random offset along the perpendicular plane |
58
+ | Background | The image behind the tablet in the photo | 70% use no background. 30% select from fabric/grunge/stone (weighted). Rotation/scale/offset are randomized. Perlin noise is used to vary brightness throughout. |
59
+
60
+ ### Known Limitations
61
+
62
+ - Renders may not capture all real-world photo degradation
63
+ - MSII visualization quality depends on PLY mesh resolution and artifacting
64
+ - Generalization to real photos vs. renders needs validation
65
+
66
+ # Citations & Acknowledgments
67
+
68
+ We thank the digital humanities and archaeology communities for their foundational work in cuneiform digitization and analysis.
69
+
70
+ - Mara, H. (2019). HeiCuBeDa Hilprecht - Heidelberg Cuneiform Benchmark Dataset for the Hilprecht Collection (Version V2) dataset. https://doi.org/doi:10.11588/DATA/IE8CCN
71
+ - Bogacz, Bartosz & Mara, Hubert. (2018). Feature Descriptors for Spotting 3D Characters on Triangular Meshes. https://doi.org/doi:10.1109/ICFHR-2018.2018.00070
72
+ - Bayer, V. and Mara, H. (2019). GigaMesh Software Framework Tutorial 6: Screenshot Rendering. https://doi.org/10.11588/heidok.00026537
73
+ - Blender Foundation. (2025). Blender (Version 4.4). https://www.blender.org