From fcfb51c7cebc1476ab7bea8e42f2391e52a24d01 Mon Sep 17 00:00:00 2001 From: Ben Hoff Date: Mon, 25 Nov 2019 20:56:01 -0500 Subject: [PATCH] Mit license for pixellink and changelog --- CHANGELOG.md | 1 + .../pixel_link_mobilenet_v2/0004/pixel_link_mobilenet_v2.py | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b5d465adabf..07b6882a2715 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ https://github.com/opencv/cvat/issues/750). - Ability to dump/load annotations in LabelMe format from UI - REST API to export an annotation task (images + annotations) - Datumaro is an experimental framework to build, analyze, debug and visualize datasets for DL algorithms +- Text Detection Auto Annoation Script in OpenVINO format for version 4 ### Changed - diff --git a/utils/open_model_zoo/Retail/object_detection/text/pixel_link_mobilenet_v2/0004/pixel_link_mobilenet_v2.py b/utils/open_model_zoo/Retail/object_detection/text/pixel_link_mobilenet_v2/0004/pixel_link_mobilenet_v2.py index 9e3619a6725b..b0f105ec5a12 100644 --- a/utils/open_model_zoo/Retail/object_detection/text/pixel_link_mobilenet_v2/0004/pixel_link_mobilenet_v2.py +++ b/utils/open_model_zoo/Retail/object_detection/text/pixel_link_mobilenet_v2/0004/pixel_link_mobilenet_v2.py @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: MIT` + import cv2 import numpy as np