You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Only applies if random_materials is true, same fields and meaning as Background Materials)
Output Types
Each flag enables generation of the corresponding output per frame.
Key
Description
rgb
RGB image
camera_params
Camera intrinsics/extrinsics
bounding_box_2d_tight
Tight 2D bounding boxes
bounding_box_2d_loose
Loose 2D bounding boxes
semantic_segmentation
Semantic labels/masks
instance_segmentation
Instance labels/masks
distance_to_camera
Depth (camera space)
distance_to_image_plane
Depth (image plane)
bounding_box_3d
3D bounding boxes
occlusion
Occlusion metrics
normals
Surface normals
pointclouds
Point cloud output
Notes
Units must match renderer conventions, by default Replicator uses 100 units_per_meter (centimeters).
Data generation runs are automatically given a numeric suffix, so you can safely generate multiple batches of data using the same config file / output_name and they will be output to separate output folders (i.e. 'test_001', 'test_002', etc.).