Skip to content

Commit 51f863e

Browse files
committed
fixup! fixup! fixup! Normalize Windows style paths to parse folder
1 parent 9c40aee commit 51f863e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/util/test_folderparser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def test(sharksfolder):
3636
testImagePath = "/train/images/sharks_mp4-20_jpg.rf.5359121123e86e016401ea2731e47949.jpg"
3737
testImage = [i for i in parsed["images"] if i["file"] == testImagePath][0]
3838
expectAnnotationFile = "/train/labels/sharks_mp4-20_jpg.rf.5359121123e86e016401ea2731e47949.txt"
39+
print("AAA", testImagePath, testImage)
3940
assert testImage["annotationfile"]["file"] == expectAnnotationFile
4041
assert testImage["annotationfile"]["labelmap"] == {0: "fish", 1: "primary", 2: "shark"}
4142

0 commit comments

Comments
 (0)