Skip to content

Commit

Permalink
Fixed annotations path
Browse files Browse the repository at this point in the history
  • Loading branch information
MickaelCormier committed Nov 7, 2024
1 parent a384fae commit 42c83e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/prepare_data/download_annotations.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class UPPETAnnotationsDownloader:
},
}

def __init__(self, _path="data/annotations/"):
def __init__(self, _path="data/"):
self.base_dir = _path
self._create_directories()

Expand Down

0 comments on commit 42c83e4

Please sign in to comment.