|
14 | 14 | 'fields', 'choices'},
|
15 | 15 | 'annotation': {'attachment', 'attachment_type', 'instruction',
|
16 | 16 | 'objects_to_annotate', 'with_labels', 'examples',
|
17 |
| - 'min_width', 'min_height'}, |
| 17 | + 'min_width', 'min_height', 'layers'}, |
18 | 18 | 'polygonannotation': {'attachment', 'attachment_type', 'instruction',
|
19 |
| - 'objects_to_annotate', 'with_labels', 'examples'}, |
| 19 | + 'objects_to_annotate', 'with_labels', 'layers'}, |
20 | 20 | 'lineannotation': {'attachment', 'attachment_type', 'instruction',
|
21 |
| - 'objects_to_annotate', 'with_labels', 'examples', 'splines'}, |
| 21 | + 'objects_to_annotate', 'with_labels', 'splines', 'layers'}, |
| 22 | + 'cuboidannotation': {'attachment', 'attachment_type', 'instruction', |
| 23 | + 'objects_to_annotate', 'min_width', 'min_height', 'with_labels', 'layers'}, |
22 | 24 | 'datacollection': {'attachment', 'attachment_type', 'fields'},
|
23 | 25 | 'audiotranscription': {'attachment', 'attachment_type', 'verbatim', 'phrases'}}
|
24 | 26 | SCALE_ENDPOINT = 'https://api.scaleapi.com/v1/'
|
|
0 commit comments