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 7332793 commit 26d50c6Copy full SHA for 26d50c6
tests/annotations/test_clarifai_loader.py
@@ -84,7 +84,6 @@ def test_coco_detection_loader(self,):
84
dataloader = annotation_object.dataloader
85
assert dataloader.task == 'visual_detection'
86
assert len(dataloader) == 2
87
- assert dataloader[0].id == 'a'
88
assert isinstance(dataloader[0].image_bytes, bytes)
89
90
def test_cvat_loader(self,):
0 commit comments