From 0221691b6ff8ef73fe453c075321cfaa8c4e5bb0 Mon Sep 17 00:00:00 2001 From: Jinyao Chen Date: Tue, 22 Oct 2024 13:24:33 +0200 Subject: [PATCH] Update CHANGELOG.md Signed-off-by: Jinyao Chen --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf9807af26..e2d6a569f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Add `Datumaro` annotation format support by @ashwinvaidya17 in https://github.com/openvinotoolkit/anomalib/pull/2377 - Add `AUPIMO` tutorials notebooks in https://github.com/openvinotoolkit/anomalib/pull/2330 and https://github.com/openvinotoolkit/anomalib/pull/2336 - Add `AUPIMO` metric by [jpcbertoldo](https://github.com/jpcbertoldo) in https://github.com/openvinotoolkit/anomalib/pull/1726 and refactored by [ashwinvaidya17](https://github.com/ashwinvaidya17) in https://github.com/openvinotoolkit/anomalib/pull/2329 +- Add part of implementation of `RD++` model with regard to https://github.com/openvinotoolkit/anomalib/discussions/1605. ### Changed