-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feat/fastlabel_api
# Conflicts: # poetry.lock # pyproject.toml
- Loading branch information
Showing
24 changed files
with
2,219 additions
and
309 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 36 additions & 0 deletions
36
config/convert_comlops_rosbag2_to_non_annotated_t4_sample.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
task: convert_rosbag2_to_non_annotated_t4 | ||
description: | ||
scene: "" | ||
conversion: | ||
input_base: ./data/rosbag2 | ||
output_base: ./data/non_annotated_t4_format | ||
world_frame_id: "map" | ||
start_timestamp_sec: 0 # Enter here if there is a timestamp for the start time. If not used, enter 0. | ||
skip_timestamp: 2.0 # Do not load data for the first point cloud timestamp for skip_timestamp seconds. | ||
num_load_frames: 0 # Maximum number of frames to save as t4 data. Set to 0 to automatically set it based on the number of lidar topics. | ||
accept_frame_drop: False # If true, the conversion will continue even if the LiDAR frame is dropped. | ||
with_ins: true # whether to use INS messages as a ego state instead of `/tf` | ||
with_vehicle_status: true # whether to generate `vehicle_state.json` | ||
# The following configuration is generally not modified unless there are changes to the vehicle sensor configuration. | ||
lidar_sensor: | ||
topic: /sensing/lidar/concatenated/pointcloud | ||
channel: LIDAR_CONCAT | ||
camera_sensors: # Keep the same order as each camera exposure timing | ||
- topic: /sensing/camera/camera3/image_raw/compressed | ||
channel: CAM_BACK_LEFT | ||
delay_msec: 48.33 | ||
- topic: /sensing/camera/camera2/image_raw/compressed | ||
channel: CAM_FRONT_LEFT | ||
delay_msec: 65.0 | ||
- topic: /sensing/camera/camera0/image_raw/compressed | ||
channel: CAM_FRONT | ||
delay_msec: 81.67 | ||
- topic: /sensing/camera/camera4/image_raw/compressed | ||
channel: CAM_FRONT_RIGHT | ||
delay_msec: 98.33 | ||
- topic: /sensing/camera/camera5/image_raw/compressed | ||
channel: CAM_BACK_RIGHT | ||
delay_msec: 115.0 | ||
- topic: /sensing/camera/camera1/image_raw/compressed | ||
channel: CAM_BACK | ||
delay_msec: 131.67 |
31 changes: 31 additions & 0 deletions
31
config/convert_deepen_to_t4_segmentation_painting_sample.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
task: convert_deepen_to_t4 | ||
description: | ||
visibility: | ||
full: "No occlusion of the object." | ||
most: "Object is occluded, but by less than 50%." | ||
partial: "The object is occluded by more than 50% (but not completely)." | ||
none: "The object is 90-100% occluded and no points/pixels are visible in the label." | ||
camera_index: | ||
CAM_BACK_RIGHT: 0 | ||
CAM_BACK: 1 | ||
CAM_BACK_LEFT: 2 | ||
CAM_FRONT: 3 | ||
CAM_FRONT_LEFT: 4 | ||
CAM_FRONT_NARROW: 5 | ||
CAM_FRONT_RIGHT: 6 | ||
CAM_FRONT_WIDE: 7 | ||
with_lidar: false | ||
surface_categories: ./config/label/surface.yaml | ||
|
||
conversion: | ||
label_info: # for 3D/2D box only annotations, it is OK to skip specifying this field | ||
label_type: 2d_segmentation | ||
label_format: painting | ||
input_base: ./data/non_annotated_dataset | ||
input_anno_file: ./data/deepen_format.zip | ||
input_bag_base: ./data/rosbag2 | ||
output_base: ./data/t4_format | ||
topic_list: ./config/topic_list_tlr.yaml | ||
ignore_interpolate_label: True | ||
dataset_corresponding: | ||
Dataset_name: dataset_id_in_Deepen_AI |
31 changes: 31 additions & 0 deletions
31
config/convert_deepen_to_t4_segmentation_polygon_sample.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
task: convert_deepen_to_t4 | ||
description: | ||
visibility: | ||
full: "No occlusion of the object." | ||
most: "Object is occluded, but by less than 50%." | ||
partial: "The object is occluded by more than 50% (but not completely)." | ||
none: "The object is 90-100% occluded and no points/pixels are visible in the label." | ||
camera_index: | ||
CAM_BACK_RIGHT: 0 | ||
CAM_BACK: 1 | ||
CAM_BACK_LEFT: 2 | ||
CAM_FRONT: 3 | ||
CAM_FRONT_LEFT: 4 | ||
CAM_FRONT_NARROW: 5 | ||
CAM_FRONT_RIGHT: 6 | ||
CAM_FRONT_WIDE: 7 | ||
with_lidar: false | ||
surface_categories: ./config/label/surface.yaml | ||
|
||
conversion: | ||
label_info: # for 3D/2D box only annotations, it is OK to skip specifying this field | ||
label_type: 2d_segmentation | ||
label_format: polygon | ||
input_base: ./data/non_annotated_t4_format | ||
input_anno_file: ./data/deepen_format/lidar_annotations_accepted_deepen.json | ||
input_bag_base: ./data/rosbag2 | ||
output_base: ./data/t4_format | ||
topic_list: ./config/topic_list_sample.yaml | ||
ignore_interpolate_label: True | ||
dataset_corresponding: | ||
Dataset_name: dataset_id_in_Deepen_AI |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Category list of surfaces. Each category does not have "instance ID". | ||
# Reference(TIER IV INTERNAL LINK): https://drive.google.com/file/d/132nKnXc7vq9Bjj0quoXDFGi9q5jtrXuY/view?usp=drive_link | ||
- road | ||
- sidewalk | ||
- building | ||
- wall_fence | ||
- pole | ||
- vegetation_terrain | ||
- sky | ||
- road_paint_lane_solid_white | ||
- road_paint_lane_dash_white |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.