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