Skip to content

Commit

Permalink
Fix webauto uploader s3 delete api
Browse files Browse the repository at this point in the history
  • Loading branch information
kokseang committed Feb 12, 2025
1 parent a83c5fb commit 8c4037f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perception_dataset/deepen/download_annotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

def get_annotation_labels(dataset_ids: List[str], dataset_dir: str, output_name: str) -> None:
"""Get annotation labels except paint3d from deepen."""
datasets_url = f"https://tools.deepen.ai/api/v2/clients/{CLIENT_ID}/labels_of_dataset_ids?labelSetId=default_semantic"
datasets_url = f"https://tools.deepen.ai/api/v2/clients/{CLIENT_ID}/labels_of_dataset_ids?labelSetId=default"
data = {"dataset_ids": dataset_ids}

try:
Expand Down

0 comments on commit 8c4037f

Please sign in to comment.