Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge back 2.2.2 to develop #4159

Merged
merged 113 commits into from
Dec 19, 2024
Merged
Changes from 1 commit
Commits
Show all changes
113 commits
Select commit Hold shift + click to select a range
d1bd1d5
update for releases 2.2.0rc0
yunchu Aug 20, 2024
c16f985
Fix Classification explain forward issue (#3867)
harimkang Aug 21, 2024
cba5120
Fix e2e code error (#3871)
chuneuny-emily Aug 21, 2024
b807c9d
Add documentation about configurable input size (#3870)
eunwoosh Aug 21, 2024
2835aba
Fix zero-shot e2e (#3876)
sungchul2 Aug 23, 2024
ccf2d50
Fix DeiT for multi-label classification (#3881)
harimkang Aug 23, 2024
e577b6a
Fix Semi-SL for ViT accuracy drop (#3883)
harimkang Aug 23, 2024
d1dd2b0
Update docs for 2.2 (#3884)
harimkang Aug 23, 2024
c17a923
Fix mean and scale for segmentation task (#3885)
kprokofi Aug 23, 2024
d72feeb
Update MAPI in 2.2 (#3889)
sovrasov Aug 26, 2024
00ed3a0
Improve Semi-SL for LiteHRNet (small-medium case) (#3891)
kprokofi Aug 26, 2024
2c6b4de
Improve h-cls for eff models (#3893)
sooahleex Aug 26, 2024
0dc7a29
Fix maskrcnn swin nncf acc drop (#3900)
eugene123tw Aug 27, 2024
0d6799c
Add keypoint detection recipe for single object cases (#3903)
wonjuleee Aug 28, 2024
8115b52
Improve acc drop of efficientnetv2 for h-label cls (#3907)
sooahleex Aug 29, 2024
4c8555e
Fix pretrained weight cached dir for timm (#3909)
harimkang Aug 29, 2024
52221e3
Fix keypoint detection single obj recipe (#3915)
wonjuleee Aug 30, 2024
9265c59
Fix cached dir for timm & hugging-face (#3914)
harimkang Aug 30, 2024
5170736
Fix wrong template id mapping for anomaly (#3916)
yunchu Aug 30, 2024
f611cc1
Update script to allow setting otx version using env. variable (#3913)
yunchu Aug 30, 2024
425a479
Fix Datamodule creation for OV in AutoConfigurator (#3920)
harimkang Sep 2, 2024
7f1c7da
Update tpp file for 2.2.0 (#3921)
yunchu Sep 2, 2024
51d1adf
Fix names for ignored scope [HOT-FIX, 2.2.0] (#3924)
kprokofi Sep 3, 2024
2bcf1b2
Fix classification rt_info (#3922)
sovrasov Sep 3, 2024
112b2b2
Update label info (#3925)
ashwinvaidya17 Sep 4, 2024
929132d
Fix binary classification metric task (#3928)
harimkang Sep 5, 2024
706f99b
Improve MaskRCNN SwinT NNCF (#3929)
eugene123tw Sep 5, 2024
53a7d9a
Fix get_item for Chained Tasks in Classification (#3931)
harimkang Sep 5, 2024
c3749e3
Correct Keyerror for h-label cls in label_groups for dm_label_categor…
sooahleex Sep 5, 2024
98a9cac
Remove datumaro attribute id from tiling, add subset names (#3933)
eugene123tw Sep 6, 2024
d8e6454
Fix soft predictions for Semantic Segmentation (#3934)
kprokofi Sep 6, 2024
c2705df
Update STFPM config (#3935)
ashwinvaidya17 Sep 6, 2024
c2ccfc9
Add missing pretrained weights when creating a docker image (#3938)
harimkang Sep 6, 2024
8b747f9
Change default option 'full' to 'base' in otx install (#3937)
harimkang Sep 9, 2024
d43226e
Fix auto adapt batch size in Converter (#3939)
harimkang Sep 9, 2024
1d319cd
Fix hpo converter (#3940)
eunwoosh Sep 9, 2024
aaa2765
Fix tiling XAI out of range (#3943)
eugene123tw Sep 9, 2024
ac87b49
enable model export (#3952)
ashwinvaidya17 Sep 12, 2024
8f96f27
Move templates from OTX1.X to OTX2.X (#3951)
kprokofi Sep 12, 2024
0f87c86
Add missing tile recipes and various tile recipe changes (#3942)
eugene123tw Sep 12, 2024
c7efcbc
Support ImageFromBytes (#3948)
ashwinvaidya17 Sep 12, 2024
ecef545
Change categories mapping logic (#3946)
kprokofi Sep 13, 2024
b1ec8e7
Update for 2.2.0rc1 (#3956)
yunchu Sep 13, 2024
aa31dca
Include Geti arrow dataset subset names (#3962)
eugene123tw Sep 20, 2024
93f1a55
Include full image with anno in case there's no tile in tile dataset …
eugene123tw Sep 20, 2024
45f9a24
Add type checker in converter for callable functions (optimizer, sche…
harimkang Sep 20, 2024
51fcb73
Update for 2.2.0rc2 (#3969)
yunchu Sep 20, 2024
46efe84
Fix config converter for tiling (#3973)
eugene123tw Sep 23, 2024
45078bc
Update for 2.2.0rc3 (#3975)
yunchu Sep 24, 2024
758ea97
Change sematic segmentation to consider bbox only annotations. (#3996)
eunwoosh Oct 4, 2024
7744c89
Relieve memory usage criteria on batch size 2 during adaptive_bs (#4009)
eunwoosh Oct 10, 2024
7040faf
Remove background label from RT Info for segmentation task (#4011)
kprokofi Oct 11, 2024
81829a3
Fix num_trials calculation on dataset length less than num_class (#4014)
harimkang Oct 11, 2024
a663cc9
Fix out_features in HierarchicalCBAMClsHead (#4016)
harimkang Oct 11, 2024
bc673e7
Fix empty anno (#4010)
eugene123tw Oct 11, 2024
324454e
Update for release 2.2.0rc5 (#4015)
yunchu Oct 11, 2024
026b5f0
Prevent using too low confidence thresholds in detection (#4018)
sovrasov Oct 14, 2024
886c361
Update for release 2.2.0rc6 (#4027)
yunchu Oct 14, 2024
91d2df2
Update pre-merge workflow (#4032)
yunchu Oct 15, 2024
a3c9fc6
Update HPO interface (#4035)
eunwoosh Oct 15, 2024
76b5044
Enable keypoint detection training through config conversion (#4034)
wonjuleee Oct 15, 2024
93adf0d
Update for release 2.2.0rc7 (#4036)
yunchu Oct 15, 2024
08de045
Fix multilabel_accuracy of MixedHLabelAccuracy (#4042)
harimkang Oct 17, 2024
d6458e6
Update for release 2.2.0rc8 (#4043)
yunchu Oct 17, 2024
b817d1b
Fix wrong indices setting in HLabelInfo (#4044)
harimkang Oct 17, 2024
45906da
Add legacy template LiteHRNet_18 template (#4049)
kprokofi Oct 22, 2024
a837a1d
Model templates: rename model_status value 'DISCONTINUED' to 'OBSOLET…
leoll2 Oct 22, 2024
decfdbe
Enable export of feature vectors for semantic segmentation task (#4055)
kprokofi Oct 23, 2024
63f71fb
Upgrade MAPI in 2.2 (#4052)
sovrasov Oct 23, 2024
7b07e6b
Update MRCNN model export to include feature vector and saliency map …
harimkang Oct 23, 2024
d85f5da
Fix applying model's hparams when loading model from checkpoint (#4057)
sungchul2 Oct 23, 2024
fbf0f3e
Update anomaly transforms (#4059)
ashwinvaidya17 Oct 24, 2024
8bba44c
Bump onnx to 1.17.0 to omit CVE-2024-5187 (#4063)
yunchu Oct 24, 2024
a2d2c81
Fix incorrect all_groups order configuration in HLabelInfo (#4067)
harimkang Oct 25, 2024
7bb36ef
Fix wrong model name in converter & template (#4082)
harimkang Oct 29, 2024
2bdc356
RTMDet Inst Seg Explain Mode for 2.2 (#4083)
eugene123tw Oct 29, 2024
c2614a5
Fix rtdetr recipes (#4079)
sungchul2 Oct 29, 2024
dc882bf
Enable adaptive_bs with Efficientnet-V2-L model template (#4085)
harimkang Oct 30, 2024
15746ea
Add Keypoint Detection legacy template (#4094)
kprokofi Nov 5, 2024
bb15adc
Revert the old workaround for detection confidence threshold (#4096)
sovrasov Nov 6, 2024
0556ea6
OTX RC 2.2 version up (#4099)
sovrasov Nov 6, 2024
88ab4b8
Add dummy XAI to RTDETR (export mode) & disable strong aug (#4106)
eugene123tw Nov 8, 2024
844fc2e
Fix task chain for Det -> Cls / Seg (#4105)
kprokofi Nov 8, 2024
9667035
Disable tiling classifier toggle in configurable parameters (#4107)
sovrasov Nov 11, 2024
f3ce785
Update keypoint detection template (#4114)
kprokofi Nov 14, 2024
cdb2082
Minor update of the Changelog for the releases/2.2 branch (#4116)
kprokofi Nov 14, 2024
5e18121
Version up for 2.2 release (#4120)
sovrasov Nov 18, 2024
ec610a9
Allow empty tile annotation (#4124)
eugene123tw Nov 22, 2024
cf035f6
Fix tensor type compatibility in dynamic soft label assigner and RTMD…
eugene123tw Dec 4, 2024
c6e2952
Update Label Info handling (#4127)
sovrasov Dec 4, 2024
5707bc5
Fix early stopping in converter patching + fix lr warmup for all task…
kprokofi Dec 4, 2024
5d6f8d3
Decouple DinoV2 for semantic segmentation (#4136)
kprokofi Dec 4, 2024
1608d9b
Ensure target class indices are of type long in loss calculations (#4…
eugene123tw Dec 4, 2024
d9a3cd8
Fix arrow format reader for multiclass ROI case (#4145)
sovrasov Dec 5, 2024
3941190
Update classification in converter (#4146)
sovrasov Dec 5, 2024
4e069a4
Prepare 2.2.1 release (#4147)
kprokofi Dec 6, 2024
f4ffcbf
Update codeowners - releases/2.2.0 (#4155)
eugene123tw Dec 13, 2024
87e10c7
Support Ellipse Shape for InstSeg algo (#4152)
eugene123tw Dec 13, 2024
94d4f3f
BC improvement (#4154)
sovrasov Dec 16, 2024
44268c6
merge releases2.2.2
kprokofi Dec 17, 2024
ad27a8e
merge conflicts
kprokofi Dec 18, 2024
0c193b2
resolve onflicts
kprokofi Dec 18, 2024
2c733c0
update all_label_ids
kprokofi Dec 18, 2024
dd56135
fix the rest files
kprokofi Dec 18, 2024
e51a403
update tests
kprokofi Dec 18, 2024
b44ebea
fix linter
kprokofi Dec 18, 2024
045e3ed
fix unit test
kprokofi Dec 18, 2024
c92bda3
fix unite tests 2
kprokofi Dec 18, 2024
91b5dd5
Support Ellipse Shape for InstSeg algo (#4152)
eugene123tw Dec 13, 2024
a409186
fix linter
kprokofi Dec 18, 2024
b8c912d
fix hungarian matcher
kprokofi Dec 19, 2024
21c88c9
fix augmentations tests
kprokofi Dec 19, 2024
a73e214
fix dinov2 tiling
kprokofi Dec 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix wrong template id mapping for anomaly (#3916)
  • Loading branch information
yunchu authored Aug 30, 2024
commit 517073674948547c5ac8080be94fa240d2355984
12 changes: 6 additions & 6 deletions src/otx/tools/converter.py
Original file line number Diff line number Diff line change
@@ -122,29 +122,29 @@
},
# ANOMALY_CLASSIFICATION
"ote_anomaly_classification_padim": {
"task": OTXTaskType.SEMANTIC_SEGMENTATION,
"task": OTXTaskType.ANOMALY_CLASSIFICATION,
"model_name": "padim",
},
"ote_anomaly_classification_stfpm": {
"task": OTXTaskType.SEMANTIC_SEGMENTATION,
"task": OTXTaskType.ANOMALY_CLASSIFICATION,
"model_name": "stfpm",
},
# ANOMALY_DETECTION
"ote_anomaly_detection_padim": {
"task": OTXTaskType.SEMANTIC_SEGMENTATION,
"task": OTXTaskType.ANOMALY_DETECTION,
"model_name": "padim",
},
"ote_anomaly_detection_stfpm": {
"task": OTXTaskType.SEMANTIC_SEGMENTATION,
"task": OTXTaskType.ANOMALY_DETECTION,
"model_name": "stfpm",
},
# ANOMALY_SEGMENTATION
"ote_anomaly_segmentation_padim": {
"task": OTXTaskType.SEMANTIC_SEGMENTATION,
"task": OTXTaskType.ANOMALY_SEGMENTATION,
"model_name": "padim",
},
"ote_anomaly_segmentation_stfpm": {
"task": OTXTaskType.SEMANTIC_SEGMENTATION,
"task": OTXTaskType.ANOMALY_SEGMENTATION,
"model_name": "stfpm",
},
}
Loading