From eb349a6671820a5bb192fdcde85c039185c9fdd5 Mon Sep 17 00:00:00 2001 From: Ali Jahani Date: Wed, 16 Dec 2020 06:33:59 -0700 Subject: [PATCH] Updated Changelog for GPU Support (#2577) * updated the documentation * boosting nuclio version to 1.5.8 * fixed bug for png alpha channel * added support for tensorflow gpu * fixed typos * Update cvat/apps/documentation/installation_automatic_annotation.md Co-authored-by: Andrey Zhavoronkov * Addressing pr comments - improved documentation and removed code duplication * removed extra spaces * Update nuclio to 1.5.8 * fixed typo * removed extra cpu deployment * renamed files * updated changelog * updated changelog * removed extra word Co-authored-by: Andrey Zhavoronkov --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 174d47b8..9ef8411f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- GPU support and improved documentation for auto annotation () - Manual review pipeline: issues/comments/workspace () - Basic projects implementation () - Documentation on how to mount cloud starage(AWS S3 bucket, Azure container, Google Drive) as FUSE () @@ -47,10 +48,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - PATCH requests from cvat-core submit only changed fields () +- deploy.sh in serverless folder is seperated into deploy_cpu.sh and deploy_gpu.sh () +- Bumped nuclio version to 1.5.8 - Migrated to Antd 4.9 () ### Fixed +- Fixed FastRCNN inference bug for images with 4 channels i.e. png () - Django templates for email and user guide () - Saving relative paths in dummy chunks instead of absolute () - Objects with a specific label cannot be displayed if at least one tag with the label exist ()