Updated CHANGELOG.md + requirements for one of util scripts. (#543)

main
Nikita Manovich 7 years ago committed by GitHub
parent c417c9aed8
commit b1890cdf91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)

@ -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

Loading…
Cancel
Save