Datasets:

License:
ma-sundermeyer commited on
Commit
da24b50
·
verified ·
1 Parent(s): 0a01c04

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -1
README.md CHANGED
@@ -1,3 +1,8 @@
 
 
 
 
 
1
  # Industrial Plenoptic Dataset (IPD)
2
 
3
  To download the data and extract it into BOP format simply execute:
@@ -14,4 +19,34 @@ wget $SRC/ipd/resolve/main/ipd_train_pbr.zip # PBR training images
14
  7z x ipd_test_all.zip -oipd # Unpacks to "ipd".
15
  7z x ipd_test_all.zip -oipd # Unpacks to "ipd".
16
  7z x ipd_train_pbr.zip -oipd # Unpacks to "ipd".
17
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ pretty_name: IPD
4
+ ---
5
+
6
  # Industrial Plenoptic Dataset (IPD)
7
 
8
  To download the data and extract it into BOP format simply execute:
 
19
  7z x ipd_test_all.zip -oipd # Unpacks to "ipd".
20
  7z x ipd_test_all.zip -oipd # Unpacks to "ipd".
21
  7z x ipd_train_pbr.zip -oipd # Unpacks to "ipd".
22
+ ```
23
+
24
+
25
+
26
+ ## Dataset parameters
27
+
28
+ * Objects: 10
29
+ * Object models: Mesh models
30
+ * Modalities: Three cameras are placed in each scene. Image, depth, angle of linear
31
+ polarization (AOLP), and degree of linear polarization (DOLP) data
32
+ are rendered for each camera.
33
+
34
+
35
+ ## Training PBR images splits
36
+
37
+ Scenes 000000–000004 contain objects 0, 8, 18, 19, 20.
38
+ Scenes 000005–000009 contain objects 1, 4, 10, 11, 14.
39
+
40
+
41
+ ## Dataset format
42
+
43
+ General information about the dataset format can be found in:
44
+ https://github.com/thodan/bop_toolkit/blob/master/docs/bop_datasets_format.md
45
+
46
+
47
+ ## References
48
+
49
+ [1] Agastya Kalra, Guy Stoppi, Dmitrii Marin, Vage Taamazyan, Aarrushi Shandilya,
50
+ Rishav Agarwal, Anton Boykov, Tze Hao Chong, Michael Stark; Proceedings of the
51
+ IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR), 2024,
52
+ pp. 22691-22701