Skip to content

Commit

Permalink
remove duplicated config, remove debug output
Browse files Browse the repository at this point in the history
Signed-off-by: Shunsuke Miura <[email protected]>
  • Loading branch information
miursh committed Jan 25, 2025
1 parent 85b069e commit e72182a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions config/download_fastlabel_annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ conversion:
- 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
1 change: 0 additions & 1 deletion perception_dataset/fastlabel/download_annotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ def rename_image_task_name(name: str) -> str:
if "_CAM_" not in name:
return name
base_name, camera_info = name.split("CAM_")
print(f"base_name: {base_name}, camera_info: {camera_info}")
if base_name.count("/") != 1 and base_name.startswith("data"):
dataset_name = base_name.split("__")[1]
camera_name, filename = camera_info.split("__")
Expand Down

0 comments on commit e72182a

Please sign in to comment.