From 47132af8bd803bfc96d388d9ce1cdfb420cf4904 Mon Sep 17 00:00:00 2001 From: Kentaro Wada Date: Sat, 31 Mar 2018 16:53:28 +0900 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3aad340..1168713 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,8 @@ labelme examples/single_image/ # Open directory to annotate all images in it The annotations are saved as a [JSON](http://www.json.org/) file. The file includes the image itself. +For more advanced usage, please refer to [the examples](examples). + ### Visualization To view the json file quickly, you can use utility script: -- GitLab