spaceguy-price commited on
Commit
0c982f1
·
verified ·
1 Parent(s): 8d1cf15

Update README.txt

Browse files
Files changed (1) hide show
  1. README.txt +39 -29
README.txt CHANGED
@@ -4,45 +4,55 @@ Niki Sajjad, Andrew Price, Mehran Mirshams and Mathieu Salzmann
4
  September 2024
5
 
6
  The dataset formatting is adapted from the BOP format.
7
- The dataset is organized into subsets: Distance, Testing, Training, Trajectories and Validation.
8
- Distance contains images of the POQUITO target centred on the image. The distance from the camera to the POQUITO is slowly increased.
9
- Testing, Training and Validation contain rgb images with various post processing affects applied.
10
- -foc- camera depth of field (focal) blur applied as Gaussian blurring.
11
- -mot- motion blur applied with custom XiaolinWu filter kernels.
12
- -earth- images of the Earth inserted into the background.
13
- Trajectories contains 5 conjunction trajectories simulated in STK.
14
- The trajectory cases contain proportional focal and motion blur. The Gaussian std is indicated as rgb_foc > 0.45. The motion blur kernel size is indicated as rgb_mot > 5.
15
 
16
  The dataset is organized as:
17
  POQUITO_Dataset
18
- |---subset1
19
- |---rgb_X
20
- |---rgb_Y
21
- |---mask_visib
22
- |---scene_gt.json
23
- |---scene_camera.json
24
- |---subset2
25
- |--- ...
26
- |---Earth_Background
 
 
 
 
 
 
 
 
 
 
27
  |---real_Earth_images
28
  |---real_Earth_images_cropped
29
  |---rendered_Earth_images
30
- |---POQUITO_bbox.json
31
- |---POQUITO.ply
32
  |---README.txt
33
 
34
- Where rgb_X contains the rendered rgb images of the object with postprocessing X applied.
35
- rgb_X and rgb_Y images have the same ground truth pose.
36
- mask_visib contains masks of the visible target.
37
- scene_gt.json contains the subset's ground truth 6D pose annotations (this file is applicable for all rgb_X, rgb_Y and mask_visib).
38
- scene_camera.json contains the subset's camera intrinsics (this file is applicable for all rgb_X, rgb_Y and mask_visib).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
39
 
40
- The Earth_Background folder contains the Earth images used for inserting as backgrounds into the rgb_earth cases.
41
- The real images were taken from publicly available sources.
42
- The rendered images were rendered in Blender with a custom built Earth model.
43
 
44
- The POQUITO_bbox.json contains 3d points defining the bounding box of the POQUITO in millimetres.
45
- The POQUITO.ply contains the 3D model used for rendering of the dataset.
46
 
47
  If you use this dataset, please consider citing our work.
48
  @article{POQUITO_Sajjad2024,
 
4
  September 2024
5
 
6
  The dataset formatting is adapted from the BOP format.
 
 
 
 
 
 
 
 
7
 
8
  The dataset is organized as:
9
  POQUITO_Dataset
10
+ |---1_Distance_Check_Data
11
+ |---Training
12
+ |---Validation
13
+ |---Testing
14
+ |---2_Performance_Check_Data
15
+ |---Training
16
+ |---Validation
17
+ |---Testing
18
+ |---1_Stationary_cases
19
+ |---2_Sequential_Trajectories
20
+ |---Trajectory1
21
+ |---Trajectory2
22
+ |---Trajectory3
23
+ |---Trajectory4
24
+ |---Trajectory5
25
+ |---3_Satellite_Model
26
+ |---POQUITO_bbox.json
27
+ |---POQUITO.ply
28
+ |---4_Earth_Background
29
  |---real_Earth_images
30
  |---real_Earth_images_cropped
31
  |---rendered_Earth_images
 
 
32
  |---README.txt
33
 
34
+ [1] Contains images of the POQUITO target centred on the image. The distance from the camera to the POQUITO is slowly increased.
35
+
36
+ [2] Contains rgb images with various post processing affects applied.
37
+ -foc- camera depth of field (focal) blur applied as Gaussian blurring.
38
+ -mot- motion blur applied with custom XiaolinWu filter kernels.
39
+ -earth- images of the Earth inserted into the background.
40
+ Testing contains two separate cases, <1_Stationary_cases> and <2_Sequential_Trajectories>
41
+ /Testing/1_Stationary_cases/ is similar to Training and <Validation
42
+ /Testing/2_Sequential_Trajectories/ contains 5 trajectories, the motion blur and focal blur included in these trajectories is physically proportional and is labeled.
43
+ Ex. /2_Performance_Check_Data/Testing/2_Sequential_Trajectories/Trajectory1/rgb_foc/0.45 contains images with a Gaussian blur std of 0.45 applied.
44
+ Ex. /2_Performance_Check_Data/Testing/2_Sequential_Trajectories/Trajectory1/rgb_motEarth/15 contains images with Earth background and a motion blur kernel of 15 applied.
45
+
46
+ [3] Contains the POQUITO CAD file and POQUITO_bbox.json which contains 8 xyz points [millimetres] defining the bounding box of POQUITO.
47
+
48
+ [4] Contains the Earth background images inserted during post processing to 2_Performance_Check_Data
49
+
50
+ rgb folders contain the images
51
+ mask_visib folders contain masks indicating the visible portion of the target
52
+ scene_gt.json contains the ground truth pose annotations for images in the associated directory.
53
+ scene_camera.json contains the camera intrinsics for images in the associated directory. Note we use the same camera intrinsics for the entire dataset.
54
 
 
 
 
55
 
 
 
56
 
57
  If you use this dataset, please consider citing our work.
58
  @article{POQUITO_Sajjad2024,