We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf91d5c commit ac1a881Copy full SHA for ac1a881
src/modules/ObjectDetectionCoral/options.py
@@ -49,10 +49,10 @@ def __init__(self):
49
'yolov8l_448px_segment_2_of_3_edgetpu.tflite']]),
50
# 53.72 ms throughput / 762.86 ms inference
51
"medium": Settings('YOLOv8', 'yolov8m', \
52
- 'yolov8m-int8.tflite', # 21Mb CPU
53
- 'yolov8m-int8_edgetpu.tflite', # 22Mb TPU
+ 'yolov8m-416_640px.tflite', # 21Mb CPU
+ 'yolov8m-416_640px_edgetpu.tflite', # 22Mb TPU
54
'coco_labels.txt',
55
- [['yolov8m_416_640px_segment_0_of_2_edgetpu.tflite',
+ [['yolov8m__segment_0_of_2_edgetpu.tflite',
56
'yolov8m_416_640px_segment_1_of_2_edgetpu.tflite'],
57
# 39.59 ms throughput / 574.83 ms inference
58
['yolov8m_416_640px_segment_0_of_4_edgetpu.tflite',
0 commit comments