HomieZ commited on
Commit
4dd68ff
·
1 Parent(s): 2ad8d36

Update Readme

Browse files
Files changed (1) hide show
  1. README.md +18 -20
README.md CHANGED
@@ -25,7 +25,7 @@ license: mit
25
  <img src="assets/dataset_pipeline.png"/>
26
  <p style="font-size:16px; color:black;">Figure 1: Collection procedure of the MobilePoG dataset.</p>
27
  </div>
28
- MobilePoG was introduced in the paper Pose-Robust Calibration Strategy for Point-of-Gaze Estimation on Mobile Phones (BMVC 2025). It was collected and curated to support research on point-of-gaze estimation and calibration, with the primary goal of enabling valid evaluation of personalized calibration under varying points-of-gaze and head poses.
29
 
30
  # Dataset Structure
31
 
@@ -33,30 +33,28 @@ MobilePoG was introduced in the paper Pose-Robust Calibration Strategy for Point
33
  Static-MobilePoG
34
  -{subject}_{pose}
35
  --frames
36
- ---00000.jpg
37
- ---00001.jpg
38
- ...
39
- --camera.json # camera parameters
40
- --face.json # facial landmarks
41
- --headpose.json # headposes (pitch, yaw, roll)
42
- --info.json # information about subject, pose, dataset split
43
- --label.json # point-of-gaze labels
44
-
45
  -{subject}_{pose}
46
  ...
47
 
48
  Dynamic-MobilePoG
49
  -{subject}_{pog}
50
- --frames
51
- ---00000.jpg
52
- ---00001.jpg
53
- ...
54
- --camera.json # camera parameters
55
- --face.json # facial landmarks
56
- --headpose.json # headposes (pitch, yaw, roll)
57
- --info.json # information about subject, pose, dataset split
58
- --label.json # point-of-gaze labels
59
-
60
  -{subject}_{pog}
61
  ...
62
  ```
 
25
  <img src="assets/dataset_pipeline.png"/>
26
  <p style="font-size:16px; color:black;">Figure 1: Collection procedure of the MobilePoG dataset.</p>
27
  </div>
28
+ MobilePoG was introduced in the paper "Pose-Robust Calibration Strategy for Point-of-Gaze Estimation on Mobile Phones" (BMVC 2025). It was collected and curated to support research on point-of-gaze estimation and calibration, with the primary goal of enabling valid evaluation of personalized calibration under varying points-of-gaze and head poses.
29
 
30
  # Dataset Structure
31
 
 
33
  Static-MobilePoG
34
  -{subject}_{pose}
35
  --frames
36
+ ---00000.jpg
37
+ ---00001.jpg
38
+ ...
39
+ --camera.json # camera parameters
40
+ --face.json # facial landmarks
41
+ --headpose.json # headposes (pitch, yaw, roll)
42
+ --info.json # information about subject, pose, dataset split
43
+ --label.json # point-of-gaze labels
 
44
  -{subject}_{pose}
45
  ...
46
 
47
  Dynamic-MobilePoG
48
  -{subject}_{pog}
49
+ --frames
50
+ ---00000.jpg
51
+ ---00001.jpg
52
+ ...
53
+ --camera.json # camera parameters
54
+ --face.json # facial landmarks
55
+ --headpose.json # headposes (pitch, yaw, roll)
56
+ --info.json # information about subject, pose, dataset split
57
+ --label.json # point-of-gaze labels
 
58
  -{subject}_{pog}
59
  ...
60
  ```