Hurtubisedavid commited on
Commit
2aee7ab
·
verified ·
1 Parent(s): 87b7456

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +93 -3
README.md CHANGED
@@ -1,3 +1,93 @@
1
- ---
2
- license: cc-by-nd-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nd-4.0
3
+ task_categories:
4
+ - depth-estimation
5
+ - video-classification
6
+ - object-detection
7
+ tags:
8
+ - camera-calibration
9
+ - depth-from-defocus
10
+ - cinema
11
+ - arri
12
+ - machine-learning
13
+ pretty_name: CINE-VBMLR Dataset
14
+ size_categories:
15
+ - 10B<n<100B
16
+ ---
17
+
18
+ # CINE-VBMLR: Cinema-grade Variable Blur Dataset for Camera Tracking
19
+
20
+ ## Dataset Summary
21
+
22
+ **CINE-VBMLR** is a specialized dataset designed for high-end cinema camera calibration and tracking. It introduces a novel approach called **CINE-VBMLR** (Cinema Variational Bayesian Multinomial Logistic Regression), adapted from variable blur models originally used in eye-gaze estimation, to solve camera pose and intrinsic parameters in cinematic environments.
23
+
24
+ This dataset was acquired at **MELS Studios** using professional cinema equipment (ARRI), providing high-dynamic-range (HDR) imagery coupled with precise frame-by-frame Lens Data System (LDS) metadata.
25
+
26
+ The primary goal is to train and validate Python-based machine learning models that leverage **Depth from Defocus (DfD)** to improve camera tracking accuracy where traditional pinhole models fail (e.g., shallow depth of field shots).
27
+
28
+ ## Dataset Structure
29
+
30
+ ### Data Organization
31
+ The dataset is structured to separate raw linear pixel data from optical metadata:
32
+
33
+ * **`/data`**: Sequences of OpenEXR (`.exr`) files.
34
+ * **Format:** RGB Float16 (Half) or Float32.
35
+ * **Color Space:** Linear (converted from ARRI LogC3 via ACES/CST).
36
+ * **Resolution:** 3200 x 1800 (Source Resolution).
37
+ * **`/metadata`**: CSV files containing frame-accurate ARRI LDS data.
38
+
39
+ ### Metadata Schema (LDS)
40
+ Each video frame corresponds to a row in the CSV files, containing ground truth values extracted via ARRI Meta Extract:
41
+
42
+ | Column Key | Description | Unit |
43
+ | :--- | :--- | :--- |
44
+ | `Master TC` | Source Timecode (aligned with EXR filenames) | HH:MM:SS:FF |
45
+ | `LDS Focus Distance` | Exact focus distance of the lens | Meters/Feet |
46
+ | `LDS Iris` | Aperture value (T-Stop) | T-Stop |
47
+ | `LDS Focal Length` | Focal length (constant or zooming) | mm |
48
+ | `Camera Tilt` | IMU Tilt data from the camera body | Degrees |
49
+ | `Camera Roll` | IMU Roll data from the camera body | Degrees |
50
+ | `Lens Model` | e.g., ARRI Signature Prime 21mm | String |
51
+
52
+ ## Acquisition Details
53
+
54
+ * **Location:** MELS Studios (Montreal).
55
+ * **Camera System:** ARRI ALEXA Mini LF.
56
+ * **Lens:** ARRI Signature Primes (e.g., 21mm).
57
+ * **Recording Format:** Apple ProRes 4444 (Converted to Linear EXR for scientific analysis).
58
+ * **Resolution:** 3.2K (3200x1800).
59
+ * **Framerate:** 23.976 fps.
60
+
61
+ ## Theoretical Background: The CINE-VBMLR Method
62
+
63
+ This dataset supports the **CINE-VBMLR** method, which adapts VBMLR estimation techniques to camera tracking.
64
+
65
+ 1. **Origin (VBMLR):** The method derives from the *Variable Blur Model* described in gaze estimation research, where blur circles on the retina (or sensor) are used to infer depth and orientation [1].
66
+ 2. **Adaptation to Cinema:** Unlike simple eyes or webcams, cinema lenses have complex optical characteristics. We utilize **Depth from Defocus** optimization techniques in the spatial domain [2][3] to model the Point Spread Function (PSF) and Circle of Confusion (CoC).
67
+ 3. **Joint Estimation:** The goal is to perform joint estimation of camera blur and pose [4], using the precise metadata in this dataset as ground truth for supervised learning or validation.
68
+
69
+ ## References
70
+
71
+ If you use this dataset, please cite the following foundational papers:
72
+
73
+ * **[1] CINE-VBMLR Foundation (In Preparation):**
74
+ * Hurtubise, D., et al. *Real-time eye gaze estimation on a computer screen*. (Manuscript in preparation).
75
+
76
+ * **[2] Spatial Domain Defocus:**
77
+ * Ziou, D., & Deschenes, F. (2001). Depth from defocus estimation in spatial domain. *Computer Vision and Image Understanding*, 81(2), 143-165.
78
+
79
+ * **[3] Optimal Parameters:**
80
+ * Mannan, F., & Langer, M. S. (2015, October). Optimal camera parameters for depth from defocus. In *2015 International Conference on 3D Vision* (pp. 326-334). IEEE.
81
+
82
+ * **[4] Joint Estimation:**
83
+ * LeBlanc, J. W., Thelen, B. J., & Hero, A. O. (2018). Joint camera blur and pose estimation from aliased data. *Journal of the Optical Society of America A*, 35(4), 639-651.
84
+
85
+ ## License
86
+
87
+ This dataset is licensed under **CC-BY-NC-4.0** (Creative Commons Attribution-NonCommercial 4.0 International).
88
+
89
+ * **Attribution:** You must give appropriate credit to the authors and Studios B79/MELS.
90
+ * **Non-Commercial:** You may not use this material for commercial purposes without explicit permission.
91
+
92
+ ---
93
+ **Created by:** David Hurtubise, Djemel Ziou, Marie-Flavie Auclair Fortier (Université de Sherbrooke)