|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
5 | | -## \[Unreleased\] |
| 5 | +## \[2.4.0\] |
6 | 6 |
|
7 | 7 | ### New features |
8 | 8 |
|
| 9 | +- Add DETR XAI Explain Mode |
| 10 | + (<https://github.com/openvinotoolkit/training_extensions/pull/4184>) |
| 11 | +- Add UFlow anomaly detection algorithm |
| 12 | + (<https://github.com/openvinotoolkit/training_extensions/pull/4251>) |
| 13 | + |
9 | 14 | ### Enhancements |
10 | 15 |
|
11 | 16 | - Bump ModelAPI to 0.2.5.2 |
12 | 17 | (<https://github.com/openvinotoolkit/training_extensions/pull/4275>) |
13 | 18 |
|
14 | 19 | ### Bug fixes |
15 | 20 |
|
16 | | - |
| 21 | +- Fix KP Detection performance |
| 22 | + (<https://github.com/openvinotoolkit/training_extensions/pull/4270>) |
17 | 23 | - Fix auto batch size with tiling |
18 | 24 | (<https://github.com/openvinotoolkit/training_extensions/pull/4233>) |
19 | 25 | - Fix exportable code for tiling |
20 | 26 | (<https://github.com/openvinotoolkit/training_extensions/pull/4234>) |
21 | 27 | - Don't filter empty label from kp arrow |
22 | 28 | (<https://github.com/openvinotoolkit/training_extensions/pull/4229>) |
| 29 | +- Fix description for auto batch size |
| 30 | + (<https://github.com/openvinotoolkit/training_extensions/pull/4274>) |
23 | 31 |
|
24 | 32 | ### Removed |
25 | 33 |
|
@@ -60,10 +68,6 @@ All notable changes to this project will be documented in this file. |
60 | 68 | (<https://github.com/openvinotoolkit/training_extensions/pull/4017>) |
61 | 69 | - Add D-Fine Detection Algorithm |
62 | 70 | (<https://github.com/openvinotoolkit/training_extensions/pull/4142>) |
63 | | -- Add DETR XAI Explain Mode |
64 | | - (<https://github.com/openvinotoolkit/training_extensions/pull/4184>) |
65 | | -- Add UFlow anomaly detection algorithm |
66 | | - (<https://github.com/openvinotoolkit/training_extensions/pull/4251>) |
67 | 71 |
|
68 | 72 | ### Enhancements |
69 | 73 |
|
|
0 commit comments