Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support FastLabel SDK #169

Merged
merged 14 commits into from
Nov 27, 2024
Merged

feat: support FastLabel SDK #169

merged 14 commits into from
Nov 27, 2024

Conversation

miursh
Copy link
Collaborator

@miursh miursh commented Nov 15, 2024

Summary

This pull request introduces a new feature to download annotations from the FastLabel platform and includes configuration, implementation, and dependency updates.

Configuration changes:

  • Added a new task configuration for downloading FastLabel annotations in config/download_fastlabel_annotations.yaml.

Implementation changes:

  • Created a new script perception_dataset/fastlabel/download_annotations.py to handle the downloading of annotations, including functions for loading configurations, fetching tasks, and saving annotations.

Dependency updates:

  • Added fastlabel as a new dependency in pyproject.toml.

@miursh miursh changed the title feat: support FastLabel API feat: support FastLabel SDK Nov 15, 2024
@miursh miursh marked this pull request as draft November 15, 2024 08:03
@miursh miursh marked this pull request as ready for review November 18, 2024 12:03
@miursh miursh requested review from ktro2828 and saya-2024 November 18, 2024 12:06
Signed-off-by: Shunsuke Miura <[email protected]>
Signed-off-by: Shunsuke Miura <[email protected]>
Copy link
Contributor

@ktro2828 ktro2828 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I confirmed it works. After fixing conflicts it looks good to merge this PR.

# Conflicts:
#	poetry.lock
#	pyproject.toml
@miursh miursh merged commit a5b15ac into main Nov 27, 2024
5 checks passed
@miursh miursh deleted the feat/fastlabel_api branch November 27, 2024 03:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants