File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
tools/templates/detection/detection/deim_dfine_l Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ callbacks:
8989 p : 0.5
9090 - class_path : otx.data.transform_libs.torchvision.RandomIoUCrop
9191 init_args :
92- p : 0.8
92+ probability : 0.8
9393 - class_path : torchvision.transforms.v2.SanitizeBoundingBoxes
9494 init_args :
9595 min_area : 1
@@ -162,7 +162,7 @@ callbacks:
162162 p : 0.5
163163 - class_path : otx.data.transform_libs.torchvision.RandomIoUCrop # Can't be used when using CachedMosaic
164164 init_args :
165- p : 0.8
165+ probability : 0.8
166166 - class_path : torchvision.transforms.v2.SanitizeBoundingBoxes
167167 init_args :
168168 min_area : 1
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ callbacks:
8888 p : 0.5
8989 - class_path : otx.data.transform_libs.torchvision.RandomIoUCrop
9090 init_args :
91- p : 0.8
91+ probability : 0.8
9292 - class_path : torchvision.transforms.v2.SanitizeBoundingBoxes
9393 init_args :
9494 min_area : 1
@@ -161,7 +161,7 @@ callbacks:
161161 p : 0.5
162162 - class_path : otx.data.transform_libs.torchvision.RandomIoUCrop # Can't be used when using CachedMosaic
163163 init_args :
164- p : 0.8
164+ probability : 0.8
165165 - class_path : torchvision.transforms.v2.SanitizeBoundingBoxes
166166 init_args :
167167 min_area : 1
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ callbacks:
8989 p : 0.5
9090 - class_path : otx.data.transform_libs.torchvision.RandomIoUCrop
9191 init_args :
92- p : 0.8
92+ probability : 0.8
9393 - class_path : torchvision.transforms.v2.SanitizeBoundingBoxes
9494 init_args :
9595 min_area : 1
@@ -162,7 +162,7 @@ callbacks:
162162 p : 0.5
163163 - class_path : otx.data.transform_libs.torchvision.RandomIoUCrop # Can't be used when using CachedMosaic
164164 init_args :
165- p : 0.8
165+ probability : 0.8
166166 - class_path : torchvision.transforms.v2.SanitizeBoundingBoxes
167167 init_args :
168168 min_area : 1
Original file line number Diff line number Diff line change 11# Description.
2- model_template_id : Object_Detection_Deim_DFine_X
3- name : Deim-DFine-X
2+ model_template_id : Object_Detection_Deim_DFine_L
3+ name : Deim-DFine-L
44task_type : DETECTION
55task_family : VISION
66instantiation : " CLASS"
7- summary : Class-Incremental Object Detection for Deim-DFine-X
7+ summary : Class-Incremental Object Detection for Deim-DFine-L
88application : ~
99
1010# Algo backend.
You can’t perform that action at this time.
0 commit comments