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 c84f5c8 commit 777b57fCopy full SHA for 777b57f
tests/data/serialization/ndjson/test_image.py
@@ -5,7 +5,7 @@
5
from labelbox.data.serialization.ndjson.converter import NDJsonConverter
6
from labelbox.data.annotation_types import Mask, Label, ObjectAnnotation, ImageData, MaskData
7
8
-IGNORE_KEYS = ['classifications', 'unit', 'page']
+IGNORE_KEYS = ['classifications']
9
10
11
def round_dict(data):
0 commit comments