Skip to content

Commit 9f93c9b

Browse files
committed
fixup! Normalize Windows style paths to parse folder
1 parent 4d98eb9 commit 9f93c9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roboflow/util/folderparser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ def _load_labelmaps(folder, labelmaps):
278278
except Exception:
279279
# raise Exception(f"failed to load labelmap {labelmap['file']}")
280280
pass
281+
print("LABEL MAP", folder, labelmap)
281282
return [lm for lm in labelmaps if lm.get("labelmap")]
282283

283284

0 commit comments

Comments
 (0)