Skip to content

Commit 94c8a99

Browse files
committed
updated OTEDetection framework tag
1 parent c8296d1 commit 94c8a99

File tree

30 files changed

+30
-30
lines changed

30 files changed

+30
-30
lines changed

models/instance_segmentation/model_templates/coco-instance-segmentation/instance-segmentation-0002/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: instance-segmentation-0002
22
domain: Instance Segmentation
33
problem: COCO Instance Segmentation
4-
framework: OTEDetection v2.1.1
4+
framework: OTEDetection v2.9.1
55
summary: Instance segmentation based on Mask R-CNN architecture with ResNet50.
66
annotation_format: COCO
77
initial_weights: snapshot.pth

models/instance_segmentation/model_templates/coco-instance-segmentation/instance-segmentation-0091/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: instance-segmentation-0091
22
domain: Instance Segmentation
33
problem: COCO Instance Segmentation
4-
framework: OTEDetection v2.1.1
4+
framework: OTEDetection v2.9.1
55
summary: Instance segmentation based on Cascade R-CNN architecture with ResNet101.
66
annotation_format: COCO
77
initial_weights: snapshot.pth

models/instance_segmentation/model_templates/coco-instance-segmentation/instance-segmentation-0228/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: instance-segmentation-0228
22
domain: Instance Segmentation
33
problem: COCO Instance Segmentation
4-
framework: OTEDetection v2.1.1
4+
framework: OTEDetection v2.9.1
55
summary: Instance segmentation based on Mask R-CNN architecture with ResNet101.
66
annotation_format: COCO
77
initial_weights: snapshot.pth

models/instance_segmentation/model_templates/coco-instance-segmentation/instance-segmentation-1039/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: instance-segmentation-1039
22
domain: Instance Segmentation
33
problem: COCO Instance Segmentation
4-
framework: OTEDetection v2.1.1
4+
framework: OTEDetection v2.9.1
55
summary: Instance segmentation based on Mask R-CNN architecture with EfficientNet-B2.
66
annotation_format: COCO
77
initial_weights: snapshot.pth

models/instance_segmentation/model_templates/coco-instance-segmentation/instance-segmentation-1040/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: instance-segmentation-1040
22
domain: Instance Segmentation
33
problem: COCO Instance Segmentation
4-
framework: OTEDetection v2.1.1
4+
framework: OTEDetection v2.9.1
55
summary: Instance segmentation based on Mask R-CNN architecture with EfficientNet-B2.
66
annotation_format: COCO
77
initial_weights: snapshot.pth

models/instance_segmentation/model_templates/custom-instance-segmentation/efficientnet_b2b-mask_rcnn-480x480/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: efficientnet_b2b-mask_rcnn-480x480
22
domain: Instance Segmentation
33
problem: Custom Instance Segmentation
4-
framework: OTEDetection v2.1.1
4+
framework: OTEDetection v2.9.1
55
summary: Custom instance segmentation based on Mask R-CNN architecture with EfficientNet-b2.
66
annotation_format: COCO
77
initial_weights: snapshot.pth

models/instance_segmentation/model_templates/custom-instance-segmentation/efficientnet_b2b-mask_rcnn-576x576/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: efficientnet_b2b-mask_rcnn-576x576
22
domain: Instance Segmentation
33
problem: Custom Instance Segmentation
4-
framework: OTEDetection v2.1.1
4+
framework: OTEDetection v2.9.1
55
summary: Custom instance segmentation based on Mask R-CNN architecture with EfficientNet-b2.
66
annotation_format: COCO
77
initial_weights: snapshot.pth

models/object_detection/model_templates/custom-object-detection/mobilenet_v2-2s_ssd-256x256/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: mobilenet_v2-2s_ssd-256x256
22
domain: Object Detection
33
problem: Custom Object Detection
4-
framework: OTEDetection v2.1.1
4+
framework: OTEDetection v2.9.1
55
summary: Custom Object Detection based on MobileNetV2 (SSD).
66
annotation_format: COCO
77
initial_weights: snapshot.pth

models/object_detection/model_templates/custom-object-detection/mobilenet_v2-2s_ssd-384x384/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: mobilenet_v2-2s_ssd-384x384
22
domain: Object Detection
33
problem: Custom Object Detection
4-
framework: OTEDetection v2.1.1
4+
framework: OTEDetection v2.9.1
55
summary: Custom Object Detection based on MobileNetV2 (SSD).
66
annotation_format: COCO
77
initial_weights: snapshot.pth

models/object_detection/model_templates/custom-object-detection/mobilenet_v2-2s_ssd-512x512/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: mobilenet_v2-2s_ssd-512x512
22
domain: Object Detection
33
problem: Custom Object Detection
4-
framework: OTEDetection v2.1.1
4+
framework: OTEDetection v2.9.1
55
summary: Custom Object Detection based on MobileNetV2 (SSD).
66
annotation_format: COCO
77
initial_weights: snapshot.pth

models/object_detection/model_templates/face-detection/face-detection-0200/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: face-detection-0200
22
domain: Object Detection
33
problem: Face Detection
4-
framework: OTEDetection v2.1.1
4+
framework: OTEDetection v2.9.1
55
summary: Face Detection based on MobileNetV2 (SSD).
66
annotation_format: COCO
77
initial_weights: snapshot.pth

models/object_detection/model_templates/face-detection/face-detection-0202/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: face-detection-0202
22
domain: Object Detection
33
problem: Face Detection
4-
framework: OTEDetection v2.1.1
4+
framework: OTEDetection v2.9.1
55
summary: Face Detection based on MobileNetV2 (SSD).
66
annotation_format: COCO
77
initial_weights: snapshot.pth

models/object_detection/model_templates/face-detection/face-detection-0204/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: face-detection-0204
22
domain: Object Detection
33
problem: Face Detection
4-
framework: OTEDetection v2.1.1
4+
framework: OTEDetection v2.9.1
55
summary: Face Detection based on MobileNetV2 (SSD).
66
annotation_format: COCO
77
initial_weights: snapshot.pth

models/object_detection/model_templates/face-detection/face-detection-0205/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: face-detection-0205
22
domain: Object Detection
33
problem: Face Detection
4-
framework: OTEDetection v2.1.1
4+
framework: OTEDetection v2.9.1
55
summary: Face Detection based on MobileNetV2 (FCOS).
66
annotation_format: COCO
77
initial_weights: snapshot.pth

models/object_detection/model_templates/face-detection/face-detection-0206/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: face-detection-0206
22
domain: Object Detection
33
problem: Face Detection
4-
framework: OTEDetection v2.1.1
4+
framework: OTEDetection v2.9.1
55
summary: Face Detection based on ResNet-152 (ATSS).
66
annotation_format: COCO
77
initial_weights: snapshot.pth

models/object_detection/model_templates/face-detection/face-detection-0207/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: face-detection-0207
22
domain: Object Detection
33
problem: Face Detection
4-
framework: OTEDetection v2.1.1
4+
framework: OTEDetection v2.9.1
55
summary: Face Detection based on ShuffleNetV2 (SSD).
66
annotation_format: COCO
77
initial_weights: snapshot.pth

models/object_detection/model_templates/horizontal-text-detection/horizontal-text-detection-0001/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: horizontal-text-detection-0001
22
domain: Object Detection
33
problem: Horizontal Text Detection
4-
framework: OTEDetection v2.1.1
4+
framework: OTEDetection v2.9.1
55
summary: Text Detection based on MobileNetV2 (FCOS).
66
annotation_format: COCO
77
initial_weights: snapshot.pth

models/object_detection/model_templates/person-detection/person-detection-0200/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: person-detection-0200
22
domain: Object Detection
33
problem: Person Detection
4-
framework: OTEDetection v2.1.1
4+
framework: OTEDetection v2.9.1
55
summary: Person Detection based on MobileNetV2 (SSD).
66
annotation_format: COCO
77
initial_weights: snapshot.pth

models/object_detection/model_templates/person-detection/person-detection-0201/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: person-detection-0201
22
domain: Object Detection
33
problem: Person Detection
4-
framework: OTEDetection v2.1.1
4+
framework: OTEDetection v2.9.1
55
summary: Person Detection based on MobileNetV2 (SSD).
66
annotation_format: COCO
77
initial_weights: snapshot.pth

models/object_detection/model_templates/person-detection/person-detection-0202/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: person-detection-0202
22
domain: Object Detection
33
problem: Person Detection
4-
framework: OTEDetection v2.1.1
4+
framework: OTEDetection v2.9.1
55
summary: Person Detection based on MobileNetV2 (SSD).
66
annotation_format: COCO
77
initial_weights: snapshot.pth

models/object_detection/model_templates/person-detection/person-detection-0203/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: person-detection-0203
22
domain: Object Detection
33
problem: Person Detection
4-
framework: OTEDetection v2.1.1
4+
framework: OTEDetection v2.9.1
55
summary: Person Detection based on MobileNetV2 (SSD).
66
annotation_format: COCO
77
initial_weights: snapshot.pth

models/object_detection/model_templates/person-vehicle-bike-detection/person-vehicle-bike-detection-2000/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: person-vehicle-bike-detection-2000
22
domain: Object Detection
33
problem: Person Vehicle Bike Detection
4-
framework: OTEDetection v2.1.1
4+
framework: OTEDetection v2.9.1
55
summary: Person Vehicle Bike Detection based on MobileNetV2 (SSD).
66
annotation_format: COCO
77
initial_weights: snapshot.pth

models/object_detection/model_templates/person-vehicle-bike-detection/person-vehicle-bike-detection-2001/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: person-vehicle-bike-detection-2001
22
domain: Object Detection
33
problem: Person Vehicle Bike Detection
4-
framework: OTEDetection v2.1.1
4+
framework: OTEDetection v2.9.1
55
summary: Person Vehicle Bike Detection based on MobileNetV2 (SSD).
66
annotation_format: COCO
77
initial_weights: snapshot.pth

models/object_detection/model_templates/person-vehicle-bike-detection/person-vehicle-bike-detection-2002/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: person-vehicle-bike-detection-2002
22
domain: Object Detection
33
problem: Person Vehicle Bike Detection
4-
framework: OTEDetection v2.1.1
4+
framework: OTEDetection v2.9.1
55
summary: Person Vehicle Bike Detection based on MobileNetV2 (SSD).
66
annotation_format: COCO
77
initial_weights: snapshot.pth

models/object_detection/model_templates/person-vehicle-bike-detection/person-vehicle-bike-detection-2003/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: person-vehicle-bike-detection-2003
22
domain: Object Detection
33
problem: Person Vehicle Bike Detection
4-
framework: OTEDetection v2.1.1
4+
framework: OTEDetection v2.9.1
55
summary: Person Vehicle Bike Detection based on MobileNetV2 (SSD).
66
annotation_format: COCO
77
initial_weights: snapshot.pth

models/object_detection/model_templates/person-vehicle-bike-detection/person-vehicle-bike-detection-2004/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: person-vehicle-bike-detection-2004
22
domain: Object Detection
33
problem: Person Vehicle Bike Detection
4-
framework: OTEDetection v2.1.1
4+
framework: OTEDetection v2.9.1
55
summary: Person Vehicle Bike Detection based on MobileNetV2 (SSD).
66
annotation_format: COCO
77
initial_weights: snapshot.pth

models/object_detection/model_templates/vehicle-detection/vehicle-detection-0200/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: vehicle-detection-0200
22
domain: Object Detection
33
problem: Vehicle Detection
4-
framework: OTEDetection v2.1.1
4+
framework: OTEDetection v2.9.1
55
summary: Vehicle Detection based on MobileNetV2 (SSD).
66
annotation_format: COCO
77
initial_weights: snapshot.pth

models/object_detection/model_templates/vehicle-detection/vehicle-detection-0201/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: vehicle-detection-0201
22
domain: Object Detection
33
problem: Vehicle Detection
4-
framework: OTEDetection v2.1.1
4+
framework: OTEDetection v2.9.1
55
summary: Vehicle Detection based on MobileNetV2 (SSD).
66
annotation_format: COCO
77
initial_weights: snapshot.pth

models/object_detection/model_templates/vehicle-detection/vehicle-detection-0202/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: vehicle-detection-0202
22
domain: Object Detection
33
problem: Vehicle Detection
4-
framework: OTEDetection v2.1.1
4+
framework: OTEDetection v2.9.1
55
summary: Vehicle Detection based on MobileNetV2 (SSD).
66
annotation_format: COCO
77
initial_weights: snapshot.pth

models/object_detection/model_templates/vehicle-detection/vehicle-detection-0203/template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: vehicle-detection-0203
22
domain: Object Detection
33
problem: Vehicle Detection
4-
framework: OTEDetection v2.1.1
4+
framework: OTEDetection v2.9.1
55
summary: Vehicle Detection based on ResNet18+fpn+CascadeRCNN.
66
annotation_format: COCO
77
initial_weights: snapshot.pth

0 commit comments

Comments
 (0)