Skip to content

Commit b208f60

Browse files
authored
Merge pull request #3032 from activeloopai/new_mmseg_integration
mmseg 1.x version integration
2 parents 2537e8a + 62f3be2 commit b208f60

12 files changed

+1300
-3
lines changed

deeplake/integrations/labelbox/labelbox_azure_utils.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
1-
from azure.storage.blob import BlobServiceClient
2-
3-
41
def load_blob_file_paths_from_azure(
52
storage_account_name,
63
container_name,
74
parent_path,
85
sas_token,
96
predicate=lambda x: True,
107
):
8+
from azure.storage.blob import BlobServiceClient
9+
1110
# Construct the account URL with the SAS token
1211
account_url = f"https://{storage_account_name}.blob.core.windows.net"
1312
# Service client to connect to Azure Blob Storage using SAS token

deeplake/integrations/mmlab/__init__.py

Whitespace-only changes.

deeplake/integrations/mmlab/segmentation/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)