From b1890cdf91dbf64f08813fcbbf2d893dcb9d0498 Mon Sep 17 00:00:00 2001 From: Nikita Manovich <40690625+nmanovic@users.noreply.github.com> Date: Wed, 3 Jul 2019 11:16:39 +0300 Subject: [PATCH] Updated CHANGELOG.md + requirements for one of util scripts. (#543) --- CHANGELOG.md | 2 ++ utils/mask/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db44d542..e48a83d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Video frame filter - Admins are no longer limited to a subset of python commands in the auto annotation application - Remote data source (list of URLs to create an annotation task) +- Auto annotation using Faster R-CNN with Inception v2 (utils/open_model_zoo) +- Auto annotation using Pixel Link mobilenet v2 - text detection (utils/open_model_zoo) ### Changed - Outside and keyframe buttons in the side panel for all interpolation shapes (they were only for boxes before) diff --git a/utils/mask/requirements.txt b/utils/mask/requirements.txt index af3b4fc5..b34ef047 100644 --- a/utils/mask/requirements.txt +++ b/utils/mask/requirements.txt @@ -2,7 +2,7 @@ wheel setuptools cython>=0.28.3 argparse>=1.1 -numpy==1.14.2 +numpy=1.16.4 lxml>=3.5.0 glog>=0.3.1 tqdm>=4.19.6