We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c40aee commit 51f863eCopy full SHA for 51f863e
tests/util/test_folderparser.py
@@ -36,6 +36,7 @@ def test(sharksfolder):
36
testImagePath = "/train/images/sharks_mp4-20_jpg.rf.5359121123e86e016401ea2731e47949.jpg"
37
testImage = [i for i in parsed["images"] if i["file"] == testImagePath][0]
38
expectAnnotationFile = "/train/labels/sharks_mp4-20_jpg.rf.5359121123e86e016401ea2731e47949.txt"
39
+ print("AAA", testImagePath, testImage)
40
assert testImage["annotationfile"]["file"] == expectAnnotationFile
41
assert testImage["annotationfile"]["labelmap"] == {0: "fish", 1: "primary", 2: "shark"}
42
0 commit comments