Skip to content

Commit

Permalink
Fix a typo in docs/examples.md (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeviLovie authored Dec 9, 2024
1 parent 9c685b2 commit ddee0a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ Here is an example from MS COCO “captions” JSON which employs separate secti
}
```

Note how complicated the setup is. Every image is references by the name, and the metadata for this file is keyed by the “id” field. This same field is references later in the “annotations array, which is present in JSON files describing captions and the detected instances. The categories for the instances are stored in the “categories” array.
Note how complicated the setup is. Every image is references by the name, and the metadata for this file is keyed by the “id” field. This same field is references later in the “annotations array, which is present in JSON files describing captions and the detected instances. The categories for the instances are stored in the “categories” array.

However, Datachain can easily parse the entire COCO structure via several reading and merging operators:

Expand Down

0 comments on commit ddee0a7

Please sign in to comment.