Skip to content

Commit

Permalink
Remove dataset_id (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 committed Oct 9, 2024
1 parent 8d3d4c7 commit 779c439
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions luxonis_train/utils/loaders/luxonis_loader_torch.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def __init__(
self,
dataset_name: str | None = None,
team_id: str | None = None,
dataset_id: str | None = None,
bucket_type: Literal["internal", "external"] = "internal",
bucket_storage: Literal["local", "s3", "gcs", "azure"] = "local",
stream: bool = False,
Expand All @@ -27,7 +26,6 @@ def __init__(
self.dataset = LuxonisDataset(
dataset_name=dataset_name,
team_id=team_id,
dataset_id=dataset_id,
bucket_type=BucketType(bucket_type),
bucket_storage=BucketStorage(bucket_storage),
)
Expand Down

0 comments on commit 779c439

Please sign in to comment.