From ddee0a7c0d14e46c54e66bd47f6f7583f53a3018 Mon Sep 17 00:00:00 2001 From: LeviLovie <107021730+LeviLovie@users.noreply.github.com> Date: Mon, 9 Dec 2024 19:45:17 +0700 Subject: [PATCH] Fix a typo in `docs/examples.md` (#675) --- docs/examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples.md b/docs/examples.md index 6409cea8a..2d4362862 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -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: