From ec7096295b606b753ff0fc8e42c47076fbfc4f9f Mon Sep 17 00:00:00 2001 From: Ben Hoff Date: Sat, 14 Sep 2019 08:01:06 -0500 Subject: [PATCH 1/2] Update README.md --- cvat/apps/auto_annotation/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/cvat/apps/auto_annotation/README.md b/cvat/apps/auto_annotation/README.md index 23e4aaa5..1baa97df 100644 --- a/cvat/apps/auto_annotation/README.md +++ b/cvat/apps/auto_annotation/README.md @@ -75,6 +75,14 @@ builtin functions like __str, int, float, max, min, range__. add_polyline(self, points, label, frame_number, attributes=None) ``` +### Testing Script + +Cvat comes prepackaged with a small command line helper script to help develop interpret scripts. + +It includes a small user interface which allows users to feed in images and see the results using the user interfaces provided by OpenCV. + +See the script and the documentation in the [Auto Annotation directory](https://github.com/opencv/cvat/tree/develop/utils/auto_annotation) of Cvat + ### Examples #### [Person-vehicle-bike-detection-crossroad-0078](https://github.com/opencv/open_model_zoo/blob/2018/intel_models/person-vehicle-bike-detection-crossroad-0078/description/person-vehicle-bike-detection-crossroad-0078.md) (OpenVINO toolkit) @@ -163,3 +171,8 @@ for frame_results in detections: frame_number=frame_number, ) ``` + +### Cvat Packaged Interpret Scripts + +Cvat comes prepackaged with several out of the box Interpret scripts. +See them in the [open model zoo directory](https://github.com/opencv/cvat/tree/develop/utils/open_model_zoo) From ba2b59c16fa9f9e78ac3fb17c1e1f2a2996aa0b9 Mon Sep 17 00:00:00 2001 From: Nikita Manovich <40690625+nmanovic@users.noreply.github.com> Date: Sun, 15 Sep 2019 18:19:57 +0300 Subject: [PATCH 2/2] Update README.md --- cvat/apps/auto_annotation/README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/cvat/apps/auto_annotation/README.md b/cvat/apps/auto_annotation/README.md index 1baa97df..27466752 100644 --- a/cvat/apps/auto_annotation/README.md +++ b/cvat/apps/auto_annotation/README.md @@ -75,13 +75,15 @@ builtin functions like __str, int, float, max, min, range__. add_polyline(self, points, label, frame_number, attributes=None) ``` -### Testing Script +### Testing script -Cvat comes prepackaged with a small command line helper script to help develop interpret scripts. +CVAT comes prepackaged with a small command line helper script to help develop interpretation scripts. -It includes a small user interface which allows users to feed in images and see the results using the user interfaces provided by OpenCV. +It includes a small user interface which allows users to feed in images and see the results using +the user interfaces provided by OpenCV. -See the script and the documentation in the [Auto Annotation directory](https://github.com/opencv/cvat/tree/develop/utils/auto_annotation) of Cvat +See the script and the documentation in the +[auto_annotation directory](https://github.com/opencv/cvat/tree/develop/utils/auto_annotation) ### Examples @@ -172,7 +174,7 @@ for frame_results in detections: ) ``` -### Cvat Packaged Interpret Scripts +### Available interpretation scripts -Cvat comes prepackaged with several out of the box Interpret scripts. +CVAT comes prepackaged with several out of the box interpretation scripts. See them in the [open model zoo directory](https://github.com/opencv/cvat/tree/develop/utils/open_model_zoo)