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