@@ -5,68 +5,60 @@ Every sub-project is fully indepedent from each other, and each of them has its
5
5
6
6
## Anomaly Classification
7
7
8
- | ID | Name | Complexity (GFlops) | Model size (MB) | Path |
9
- | -------------------------------- | ----- | ------------------- | --------------- | ---------------------------------------------------- |
10
- | ote_anomaly_classification_padim | PADIM | 3.9 | 168.4 | anomaly/templates /classification/padim/template.yaml |
11
- | ote_anomaly_classification_stfpm | STFPM | 5.6 | 21.1 | anomaly/templates /classification/stfpm/template.yaml |
8
+ | ID | Name | Complexity (GFlops) | Model size (MB) | Path |
9
+ | -------------------------------- | ----- | ------------------- | --------------- | -------------------------------------------------- |
10
+ | ote_anomaly_classification_padim | PADIM | 3.9 | 168.4 | anomaly/configs /classification/padim/template.yaml |
11
+ | ote_anomaly_classification_stfpm | STFPM | 5.6 | 21.1 | anomaly/configs /classification/stfpm/template.yaml |
12
12
13
13
## Anomaly Detection
14
14
15
- | ID | Name | Complexity (GFlops) | Model size (MB) | Path |
16
- | --------------------------- | ----- | ------------------- | --------------- | ----------------------------------------------- |
17
- | ote_anomaly_detection_padim | PADIM | 3.9 | 168.4 | anomaly/templates /detection/padim/template.yaml |
18
- | ote_anomaly_detection_stfpm | STFPM | 5.6 | 21.1 | anomaly/templates /detection/stfpm/template.yaml |
15
+ | ID | Name | Complexity (GFlops) | Model size (MB) | Path |
16
+ | --------------------------- | ----- | ------------------- | --------------- | --------------------------------------------- |
17
+ | ote_anomaly_detection_padim | PADIM | 3.9 | 168.4 | anomaly/configs /detection/padim/template.yaml |
18
+ | ote_anomaly_detection_stfpm | STFPM | 5.6 | 21.1 | anomaly/configs /detection/stfpm/template.yaml |
19
19
20
20
## Anomaly Segmentation
21
21
22
- | ID | Name | Complexity (GFlops) | Model size (MB) | Path |
23
- | ------------------------------ | ----- | ------------------- | --------------- | -------------------------------------------------- |
24
- | ote_anomaly_segmentation_padim | PADIM | 3.9 | 168.4 | anomaly/templates /segmentation/padim/template.yaml |
25
- | ote_anomaly_segmentation_stfpm | STFPM | 5.6 | 21.1 | anomaly/templates /segmentation/stfpm/template.yaml |
22
+ | ID | Name | Complexity (GFlops) | Model size (MB) | Path |
23
+ | ------------------------------ | ----- | ------------------- | --------------- | ------------------------------------------------ |
24
+ | ote_anomaly_segmentation_padim | PADIM | 3.9 | 168.4 | anomaly/configs /segmentation/padim/template.yaml |
25
+ | ote_anomaly_segmentation_stfpm | STFPM | 5.6 | 21.1 | anomaly/configs /segmentation/stfpm/template.yaml |
26
26
27
27
## Image Classification
28
28
29
- | ID | Name | Complexity (GFlops) | Model size (MB) | Path |
30
- | -------------------------------------------------------------- | -------------------------------- | ------------------- | --------------- | -------------------------------------------------------------------------------------------------- |
31
- | ClassIncremental_Image_Classification_MobileNet-V3-small | MobileNet-V3-small-ClsIncr | 0.12 | 1.56 | model-preparation-algorithm/configs/classification/mobilenet_v3_small_cls_incr/template.yaml |
32
- | ClassIncremental_Image_Classification_MobileNet-V3-large-0.75x | MobileNet-V3-large-0.75x-ClsIncr | 0.32 | 2.76 | model-preparation-algorithm/configs/classification/mobilenet_v3_large_075_cls_incr/template.yaml |
33
- | ClassIncremental_Image_Classification_MobileNet-V3-large-1x | MobileNet-V3-large-1x-ClsIncr | 0.44 | 4.29 | model-preparation-algorithm/configs/classification/mobilenet_v3_large_1_cls_incr/template.yaml |
34
- | Custom_Image_Classification_MobileNet-V3-large-1x | MobileNet-V3-large-1x | 0.44 | 4.29 | deep-object-reid/configs/ote_custom_classification/mobilenet_v3_large_1/template_experimental.yaml |
35
- | ClassIncremental_Image_Classification_EfficinetNet-B0 | EfficientNet-B0-ClsIncr | 0.81 | 4.09 | model-preparation-algorithm/configs/classification/efficientnet_b0_cls_incr/template.yaml |
36
- | Custom_Image_Classification_EfficinetNet-B0 | EfficientNet-B0 | 0.81 | 4.09 | deep-object-reid/configs/ote_custom_classification/efficientnet_b0/template_experimental.yaml |
37
- | ClassIncremental_Image_Classification_EfficinetNet-V2-S | EfficientNet-V2-S-ClsIncr | 5.76 | 20.23 | model-preparation-algorithm/configs/classification/efficientnet_v2_s_cls_incr/template.yaml |
38
- | Custom_Image_Classification_EfficientNet-V2-S | EfficientNet-V2-S | 5.76 | 20.23 | deep-object-reid/configs/ote_custom_classification/efficientnet_v2_s/template_experimental.yaml |
29
+ | ID | Name | Complexity (GFlops) | Model size (MB) | Path |
30
+ | ------------------------------------------------- | --------------------- | ------------------- | --------------- | ---------------------------------------------------------------------------------------------- |
31
+ | Custom_Image_Classification_MobileNet-V3-large-1x | MobileNet-V3-large-1x | 0.44 | 4.29 | model-preparation-algorithm/configs/classification/mobilenet_v3_large_1_cls_incr/template.yaml |
32
+ | Custom_Image_Classification_EfficinetNet-B0 | EfficientNet-B0 | 0.81 | 4.09 | model-preparation-algorithm/configs/classification/efficientnet_b0_cls_incr/template.yaml |
33
+ | Custom_Image_Classification_EfficientNet-V2-S | EfficientNet-V2-S | 5.76 | 20.23 | model-preparation-algorithm/configs/classification/efficientnet_v2_s_cls_incr/template.yaml |
39
34
40
35
## Object Detection
41
36
42
- | ID | Name | Complexity (GFlops) | Model size (MB) | Path |
43
- | -------------------------------------------- | ------------- | ------------------- | --------------- | -------------------------------------------------------------------------------------------- |
44
- | Custom_Object_Detection_YOLOX | YOLOX | 6.5 | 20.4 | mmdetection/configs/custom-object-detection/cspdarknet_YOLOX/template_experimental.yaml |
45
- | Custom_Object_Detection_Gen3_SSD | SSD | 9.4 | 7.6 | mmdetection/configs/custom-object-detection/gen3_mobilenetV2_SSD/template_experimental.yaml |
46
- | ClassIncremental_Object_Detection_Gen3_ATSS | ATSS-ClsIncr | 20.6 | 9.1 | model-preparation-algorithm/configs/detection/mobilenetv2_atss_cls_incr/template.yaml |
47
- | Custom_Object_Detection_Gen3_ATSS | ATSS | 20.6 | 9.1 | mmdetection/configs/custom-object-detection/gen3_mobilenetV2_ATSS/template_experimental.yaml |
48
- | ClassIncremental_Object_Detection_Gen3_VFNet | VFNet-ClsIncr | 457.4 | 126.0 | model-preparation-algorithm/configs/detection/resnet50_vfnet_cls_incr/template.yaml |
37
+ | ID | Name | Complexity (GFlops) | Model size (MB) | Path |
38
+ | --------------------------------- | ----- | ------------------- | --------------- | ------------------------------------------------------------------------------------- |
39
+ | Custom_Object_Detection_YOLOX | YOLOX | 6.5 | 20.4 | model-preparation-algorithm/configs/detection/cspdarknet_yolox_cls_incr/template.yaml |
40
+ | Custom_Object_Detection_Gen3_SSD | SSD | 9.4 | 7.6 | model-preparation-algorithm/configs/detection/mobilenetv2_ssd_cls_incr/template.yaml |
41
+ | Custom_Object_Detection_Gen3_ATSS | ATSS | 20.6 | 9.1 | model-preparation-algorithm/configs/detection/mobilenetv2_atss_cls_incr/template.yaml |
49
42
50
- ## Object Counting
43
+ ## Instance Segmentation ( Object Counting)
51
44
52
- | ID | Name | Complexity (GFlops) | Model size (MB) | Path |
53
- | -------------------------------------------------------------- | ------------------------ | ------------------- | --------------- | --------------------------------------------------------------------------------------- |
54
- | Custom_Counting_Instance_Segmentation_MaskRCNN_EfficientNetB2B | MaskRCNN-EfficientNetB2B | 68.48 | 13.27 | mmdetection /configs/custom-counting- instance-seg /efficientnetb2b_maskrcnn/template.yaml |
55
- | Custom_Counting_Instance_Segmentation_MaskRCNN_ResNet50 | MaskRCNN-ResNet50 | 533.8 | 177.9 | mmdetection /configs/custom-counting- instance-seg /resnet50_maskrcnn/template.yaml |
45
+ | ID | Name | Complexity (GFlops) | Model size (MB) | Path |
46
+ | -------------------------------------------------------------- | ------------------------ | ------------------- | --------------- | ------------------------------------------------------------------------------------------------ |
47
+ | Custom_Counting_Instance_Segmentation_MaskRCNN_EfficientNetB2B | MaskRCNN-EfficientNetB2B | 68.48 | 13.27 | model-preparation-algorithm /configs/instance-segmentation /efficientnetb2b_maskrcnn/template.yaml |
48
+ | Custom_Counting_Instance_Segmentation_MaskRCNN_ResNet50 | MaskRCNN-ResNet50 | 533.8 | 177.9 | model-preparation-algorithm /configs/instance-segmentation /resnet50_maskrcnn/template.yaml |
56
49
57
50
## Rotated Object Detection
58
51
59
- | ID | Name | Complexity (GFlops) | Model size (MB) | Path |
60
- | --------------------------------------------------------------------------- | ------------------------ | ------------------- | --------------- | ---------------------------------------------------------------------------- |
61
- | Custom_Rotated_Detection_via_Instance_Segmentation_MaskRCNN_EfficientNetB2B | MaskRCNN-EfficientNetB2B | 68.48 | 13.27 | mmdetection /configs/rotated_detection /efficientnetb2b_maskrcnn/template.yaml |
62
- | Custom_Rotated_Detection_via_Instance_Segmentation_MaskRCNN_ResNet50 | MaskRCNN-ResNet50 | 533.8 | 177.9 | mmdetection /configs/rotated_detection /resnet50_maskrcnn/template.yaml |
52
+ | ID | Name | Complexity (GFlops) | Model size (MB) | Path |
53
+ | --------------------------------------------------------------------------- | ------------------------ | ------------------- | --------------- | -------------------------------------------------------------------------------------------- |
54
+ | Custom_Rotated_Detection_via_Instance_Segmentation_MaskRCNN_EfficientNetB2B | MaskRCNN-EfficientNetB2B | 68.48 | 13.27 | model-preparation-algorithm /configs/rotated-detection /efficientnetb2b_maskrcnn/template.yaml |
55
+ | Custom_Rotated_Detection_via_Instance_Segmentation_MaskRCNN_ResNet50 | MaskRCNN-ResNet50 | 533.8 | 177.9 | model-preparation-algorithm /configs/rotated-detection /resnet50_maskrcnn/template.yaml |
63
56
64
57
## Semantic Segmentation
65
58
66
- | ID | Name | Complexity (GFlops) | Model size (MB) | Path |
67
- | -------------------------------------------------------- | ------------------------- | ------------------- | --------------- | ----------------------------------------------------------------------------------------- |
68
- | Custom_Semantic_Segmentation_Lite-HRNet-s-mod2_OCR | Lite-HRNet-s-mod2 OCR | 1.82 | 3.5 | mmsegmentation/configs/custom-sematic-segmentation/ocr-lite-hrnet-s-mod2/template.yaml |
69
- | ClassIncremental_Semantic_Segmentation_Lite-HRNet-18_OCR | Lite-HRNet-18 OCR-ClsIncr | 3.45 | 4.5 | model-preparation-algorithm/configs/segmentation/ocr-lite-hrnet-18-cls-incr/template.yaml |
70
- | Custom_Semantic_Segmentation_Lite-HRNet-18_OCR | Lite-HRNet-18 OCR | 3.45 | 4.5 | mmsegmentation/configs/custom-sematic-segmentation/ocr-lite-hrnet-18/template.yaml |
71
- | Custom_Semantic_Segmentation_Lite-HRNet-18-mod2_OCR | Lite-HRNet-18-mod2 OCR | 3.63 | 4.8 | mmsegmentation/configs/custom-sematic-segmentation/ocr-lite-hrnet-18-mod2/template.yaml |
72
- | Custom_Semantic_Segmentation_Lite-HRNet-x-mod3_OCR | Lite-HRNet-x-mod3 OCR | 13.97 | 6.4 | mmsegmentation/configs/custom-sematic-segmentation/ocr-lite-hrnet-x-mod3/template.yaml |
59
+ | ID | Name | Complexity (GFlops) | Model size (MB) | Path |
60
+ | --------------------------------------------------- | ------------------ | ------------------- | --------------- | ------------------------------------------------------------------------------------- |
61
+ | Custom_Semantic_Segmentation_Lite-HRNet-s-mod2_OCR | Lite-HRNet-s-mod2 | 1.82 | 3.5 | model-preparation-algorithm/configs/segmentation/ocr-lite-hrnet-s-mod2/template.yaml |
62
+ | Custom_Semantic_Segmentation_Lite-HRNet-18_OCR | Lite-HRNet-18 | 3.45 | 4.5 | model-preparation-algorithm/configs/segmentation/ocr-lite-hrnet-18/template.yaml |
63
+ | Custom_Semantic_Segmentation_Lite-HRNet-18-mod2_OCR | Lite-HRNet-18-mod2 | 3.63 | 4.8 | model-preparation-algorithm/configs/segmentation/ocr-lite-hrnet-18-mod2/template.yaml |
64
+ | Custom_Semantic_Segmentation_Lite-HRNet-x-mod3_OCR | Lite-HRNet-x-mod3 | 13.97 | 6.4 | model-preparation-algorithm/configs/segmentation/ocr-lite-hrnet-x-mod3/template.yaml |
0 commit comments