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 8762f00 commit 5ac4bd8Copy full SHA for 5ac4bd8
tests/util/test_folderparser.py
@@ -18,7 +18,6 @@ def test_parse_sharks_coco(self):
18
parsed = folderparser.parsefolder(sharksfolder)
19
testImagePath = "/train/sharks_mp4-20_jpg.rf.90ba2e8e9ca0613f71359efb7ed48b26.jpg"
20
testImage = [i for i in parsed["images"] if i["file"] == testImagePath][0]
21
- print(len(json.loads(testImage["annotationfile"]["rawText"])["annotations"]))
22
assert len(json.loads(testImage["annotationfile"]["rawText"])["annotations"]) == 5
23
24
def test_parse_sharks_createml(self):
0 commit comments