Update Docs language dropdown height (#6927)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kayzwer <68285002+Kayzwer@users.noreply.github.com>
This commit is contained in:
parent
412eb57fca
commit
aa0ae08178
5 changed files with 9 additions and 11 deletions
|
|
@ -434,7 +434,7 @@ class HUBDatasetStats:
|
|||
data = check_cls_dataset(unzip_dir)
|
||||
data['path'] = unzip_dir
|
||||
else: # detect, segment, pose
|
||||
zipped, data_dir, yaml_path = self._unzip(Path(path))
|
||||
_, data_dir, yaml_path = self._unzip(Path(path))
|
||||
try:
|
||||
# Load YAML with checks
|
||||
data = yaml_load(yaml_path)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue