|
17 | 17 | 'min_width', 'min_height', 'layers'}, |
18 | 18 | 'polygonannotation': {'attachment', 'attachment_type', 'instruction', |
19 | 19 | 'objects_to_annotate', 'with_labels', 'layers'}, |
20 | | - 'lineannotation': {'attachment', 'attachment_type', 'instruction', |
21 | | - 'objects_to_annotate', 'with_labels', 'splines', 'layers'}, |
22 | 20 | 'cuboidannotation': {'attachment', 'attachment_type', 'instruction', |
23 | 21 | 'objects_to_annotate', 'min_width', 'min_height', 'with_labels', 'layers'}, |
24 | | - 'datacollection': {'attachment', 'attachment_type', 'fields'}, |
25 | 22 | 'audiotranscription': {'attachment', 'attachment_type', 'verbatim', 'phrases'} |
26 | 23 | 'annotation': {'attachment', 'attachment_type', 'instruction', 'objects_to_annotate', 'with_labels', 'examples', 'min_width', 'min_height', 'layers', 'annotation_attributes'}, |
27 | 24 | 'polygonannotation': {'attachment', 'attachment_type', 'instruction', 'objects_to_annotate', 'with_labels', 'examples', 'layers', 'annotation_attributes'}, |
28 | | - 'lineannotation': |
29 | | - {'attachment', 'attachment_type', 'instruction', 'objects_to_annotate', 'with_labels', 'examples', 'splines', 'layers', 'annotation_attributes'}, |
30 | | - 'datacollection': {'attachment', 'attachment_type', 'fields'}, |
31 | | - 'audiotranscription': {'attachment', 'attachment_type', 'verbatim'}, |
32 | | - 'pointannotation': {'attachment_type','attachment', 'objects_to_annotate','with_labels', 'examples', 'layers','annotation_attributes'}, |
33 | | - 'segmentannotation': {'attachment_type','attachment', 'labels', 'allow_unlabeled'}} |
| 25 | + 'lineannotation': |
| 26 | + {'attachment', 'attachment_type', 'instruction', 'objects_to_annotate', 'with_labels', 'examples', 'splines', 'layers', 'annotation_attributes'}, |
| 27 | + 'datacollection': {'attachment', 'attachment_type', 'fields'}, |
| 28 | + 'pointannotation': {'attachment_type','attachment', 'objects_to_annotate','with_labels', 'examples', 'layers','annotation_attributes'}, |
| 29 | + 'segmentannotation': {'attachment_type','attachment', 'labels', 'allow_unlabeled'}} |
34 | 30 | SCALE_ENDPOINT = 'https://api.scaleapi.com/v1/' |
35 | 31 | DEFAULT_LIMIT = 100 |
36 | 32 | DEFAULT_OFFSET = 0 |
|
0 commit comments