-
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/ground_seg_annotation
- Loading branch information
Showing
49 changed files
with
2,838 additions
and
664 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
task: convert_fastlabel_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_FRONT_NARROW: 0 | ||
CAM_FRONT_WIDE: 1 | ||
CAM_FRONT_RIGHT: 2 | ||
CAM_BACK_RIGHT: 3 | ||
CAM_BACK_NARROW: 4 | ||
CAM_BACK_WIDE: 5 | ||
CAM_BACK_LEFT: 6 | ||
CAM_FRONT_LEFT: 7 | ||
|
||
conversion: | ||
make_t4_dataset_dir: false # If true, the output directory includes t4_dataset directory (such as "scene_dir"/t4_dataset/data|annotation). If false, "scene_dir"/data|annotation. | ||
input_base: ./data/non_annotated_t4_format | ||
input_anno_base: ./data/fastlabel/pcd_annotation | ||
output_base: ./data/t4_format | ||
input_bag_base: null #optional | ||
topic_list: null #necessary if input_bag_base is not null |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
task: donwload_fastlabel | ||
conversion: | ||
output: label_data | ||
access_token: | ||
target_project_slug_keyword: | ||
- 202405-lidar-3d-bbox | ||
- 202405-panoptic-segmentation | ||
- 202405-license-plate-person-head-bbox | ||
- 202405-traffic-light-recognition | ||
- 3d-lidar-bbox | ||
- 3d-lidar-bbox | ||
- 3d-lidar-bbox | ||
- 3d-lidar-bbox | ||
- panoptic-segmentation | ||
- traffic-light-recognition | ||
- license-plate-person-head |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
task: update_t4_with_fastlabel | ||
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_FRONT_NARROW: 0 | ||
CAM_FRONT_WIDE: 1 | ||
CAM_FRONT_RIGHT: 2 | ||
CAM_BACK_RIGHT: 3 | ||
CAM_BACK_NARROW: 4 | ||
CAM_BACK_WIDE: 5 | ||
CAM_BACK_LEFT: 6 | ||
CAM_FRONT_LEFT: 7 | ||
surface_categories: ./config/label/surface.yaml | ||
|
||
conversion: | ||
make_t4_dataset_dir: false # If true, the output directory includes t4_dataset directory (such as "scene_dir"/t4_dataset/data|annotation). If false, "scene_dir"/data|annotation. | ||
input_base: ./data/input_t4_format # could be non_annotated_t4_format or t4_format_3d_annotated | ||
input_anno_base: ./data/fastlabel | ||
output_base: ./data/output_t4_format # currently, this only includes the 2D annotations |
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
Oops, something went wrong.