-
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.
Fix format with pre-commit Add yaml sample Squash commits
- Loading branch information
kokseang
committed
Jan 16, 2025
1 parent
335ce7e
commit b6bbc1e
Showing
2 changed files
with
41 additions
and
3 deletions.
There are no files selected for viewing
31 changes: 31 additions & 0 deletions
31
config/convert_deepen_to_t4_lidarseg_3d_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: true | ||
with_lidarseg: true | ||
|
||
conversion: | ||
label_info: # for 3D/2D box only annotations, it is OK to skip specifying this field | ||
label_type: 3d_point | ||
label_format: paint_3d | ||
input_base: ./data/non_annotated_t4_format | ||
input_anno_file: ./data/deepen_format/lidarseg_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