@@ -4,6 +4,24 @@ Releases
44.. toctree ::
55 :maxdepth: 1
66
7+ v2.2.1 (2024.12)
8+ ----------------
9+
10+ Enhancements
11+ ^^^^^^^^^^^^
12+
13+ - Decouple DinoV2 for semantic segmentation task
14+ - Update Label Info handling
15+
16+ Bug fixes
17+ ^^^^^^^^^
18+
19+ - Fix empty annotation in tiling
20+ - Fix patching early stopping in tools/converter.py, update headers in templates, change training schedule for classification
21+ - Fix tensor type compatibility in dynamic soft label assigner and RTMDet head
22+ - Fix DETR target class indices are of type long in loss calculations
23+ - Fix arrow format reader for multiclass ROI case
24+
725v2.2.0 (2024.10)
826----------------
927
@@ -22,6 +40,8 @@ New features
2240- Add Semi-SL MeanTeacher algorithm for Semantic Segmentation
2341- Update head and h-label format for hierarchical label classification
2442- Support configurable input size
43+ - Revert the old workaround for detection confidence threshold
44+ - Add Keypoint Detection legacy template
2545
2646Enhancements
2747^^^^^^^^^^^^
@@ -40,21 +60,38 @@ Enhancements
4060- Change sematic segmentation to consider bbox only annotations
4161- Relieve memory usage criteria on batch size 2 during adaptive batch size
4262- Remove background label from RT Info for segmentation task
63+ - Enable export of the feature vectors for semantic segmentation task
4364- Prevent using too low confidence thresholds in detection
65+ - Update HPO interface
66+ - Bump onnx to 1.17.0 to omit CVE-2024-5187
4467
4568Bug fixes
4669^^^^^^^^^
4770
71+ - Update anomaly base transforms to use square resizing
4872- Fix Combined Dataloader & unlabeled warmup loss in Semi-SL
4973- Revert #3579 to fix issues with replacing coco_instance with a different format in some dataset
5074- Add num_devices in Engine for multi-gpu training
5175- Add missing tile recipes and various tile recipe changes
5276- Change categories mapping logic
5377- Fix config converter for tiling
78+ - Fix `BboxOverlaps2D ` handling of empty ground-truth annotations in datasets.
5479- Fix num_trials calculation on dataset length less than num_class
5580- Fix out_features in HierarchicalCBAMClsHead
5681- Fix multilabel_accuracy of MixedHLabelAccuracy
5782- Fix wrong indices setting in HLabelInfo
83+ - Add legacy template LiteHRNet_18 template
84+ - Model templates: rename model_status value 'DISCONTINUED' to 'OBSOLETE'
85+ - Update MRCNN model export to include feature vector and saliency map
86+ - Upgrade MAPI in 2.2
87+ - Fix applying model's hparams when loading model from checkpoint
88+ - Fix incorrect all_groups order configuration in HLabelInfo
89+ - Fix RTDETR recipes
90+ - Fix wrong model name in converter & template
91+ - Fix RTMDet Inst Explain Mode
92+ - Fix RTDETR Explain Mode
93+ - Fix classification and semantic segmentation tasks, when ROI provided for images
94+ - Disable tiling classifier toggle in configurable parameters
5895
5996v2.1.0 (2024.07)
6097----------------
0 commit comments