Skip to content

Commit

Permalink
Merge pull request #2995 from activeloopai/v3-labelbox-integration
Browse files Browse the repository at this point in the history
labelbox integration
  • Loading branch information
activesoull authored Dec 12, 2024
2 parents ac610ee + 90839e0 commit fb7ef6b
Show file tree
Hide file tree
Showing 13 changed files with 1,837 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,5 @@ jobs:
oauth_client_secret: ${{ secrets.GDRIVE_CLIENT_SECRET }}
oauth_refresh_token: ${{ secrets.GDRIVE_REFRESH_TOKEN }}
sonar_token: ${{ secrets.SONAR_TOKEN }}
labelbox_token: ${{ secrets.LABELBOX_TOKEN }}

9 changes: 9 additions & 0 deletions deeplake/integrations/labelbox/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
from deeplake.integrations.labelbox.labelbox_ import (
create_labelbox_annotation_project,
create_dataset_from_video_annotation_project,
create_dataset_from_video_annotation_project_with_custom_data_filler,
converter_for_video_project_with_id,
)
from deeplake.integrations.labelbox.labelbox_azure_utils import (
load_blob_file_paths_from_azure,
)
Loading

0 comments on commit fb7ef6b

Please sign in to comment.