Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
Signed-off-by: Shunsuke Miura <[email protected]>
  • Loading branch information
miursh committed Nov 17, 2024
1 parent 1b00442 commit aa6ba3c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions perception_dataset/fastlabel/download_annotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ def get_large_size_tasks(project: Dict, limit: int = None) -> List[Dict]:

if limit is not None:
donwload_limit = limit
else:
donwload_limit = 100
print(f"Downloading label: {project['slug']}, offset: {offset:05d}. Please wait...")
if "image" in project["type"]:
tasks = client.get_image_tasks(
Expand Down

0 comments on commit aa6ba3c

Please sign in to comment.