From 31232b8bb726dd097636452769956af63e0d5328 Mon Sep 17 00:00:00 2001 From: Ben Hoff Date: Tue, 26 Nov 2019 01:52:43 -0500 Subject: [PATCH] Mit license for pixellink and changelog (#862) --- 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 ff7906af005..d66651a96b7 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 9e3619a6725..b0f105ec5a1 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