Understand OCI Data Labeling Export: After annotation, datasets are exported for ML use.
Check Supported Formats: OCI Data Labeling exports annotations in a structured, machine-readable format.
Evaluate Options:
A: Binary isn’t a standard export format for annotations.
B: XML isn’t used; JSON is preferred for flexibility.
C: Line-delimited JSON is the correct format, aligning with ML workflows.
D: CSV is common but not the default for OCI Data Labeling.
Conclusion: C matches the official export format.
OCI Data Labeling exports annotated datasets as line-delimited JSON files, which store each annotation as a separate JSON object per line, suitable for ML pipelines. This is explicitly stated in the documentation. (Reference: Oracle Cloud Infrastructure Data Labeling Service Documentation, "Exporting Datasets").
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit