From cba867f52b14294c73cfc27b529017f1e95e8394 Mon Sep 17 00:00:00 2001 From: Yunchu Lee Date: Fri, 30 Aug 2024 09:13:51 +0900 Subject: [PATCH] Add missing changes to changelog.md (#3895) --- CHANGELOG.md | 2 ++ README.md | 2 ++ docs/source/guide/release_notes/index.rst | 2 ++ 3 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50028241824..314f85d1bab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ All notable changes to this project will be documented in this file. - Fix labels names in hierarchical config () - Fix Learning Rate and Loss Handling in Tile Classifier MaskRCNN EfficientNet () +- Pad tile to image size (512 x 512) () +- Don't apply labels normalization on training () - Disable Tile Classifier in Rotated Detection () - Enhance Memeory Cache Handler with Complex Unique Keys () diff --git a/README.md b/README.md index 4d8d0ff211f..83d1612666e 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,8 @@ You can find more details with examples in the [CLI command intro](https://openv - Fix labels names in hierarchical config - Fix Learning Rate and Loss Handling in Tile Classifier MaskRCNN EfficientNet +- Pad tile to image size (512 x 512) +- Don't apply labels normalization on training - Enhance Memeory Cache Handler with Complex Unique Keys ### Release History diff --git a/docs/source/guide/release_notes/index.rst b/docs/source/guide/release_notes/index.rst index 946a7349d41..1826f532280 100644 --- a/docs/source/guide/release_notes/index.rst +++ b/docs/source/guide/release_notes/index.rst @@ -9,6 +9,8 @@ v1.6.5 (3Q24) - Fix labels names in hierarchical config - Fix Learning Rate and Loss Handling in Tile Classifier MaskRCNN EfficientNet +- Pad tile to image size (512 x 512) +- Don't apply labels normalization on training - Enhance Memeory Cache Handler with Complex Unique Keys v1.6.4 (3Q24)