From 9e24743861df6d78f1f3e71d8f02c92d1a22287e Mon Sep 17 00:00:00 2001 From: Lakshantha Dissanayake Date: Mon, 19 Feb 2024 13:16:40 -0800 Subject: [PATCH] Fix an issue with flatbuffer version for Raspberry Pi (#8311) Co-authored-by: UltralyticsAssistant Co-authored-by: Glenn Jocher --- ultralytics/engine/exporter.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ultralytics/engine/exporter.py b/ultralytics/engine/exporter.py index 240245cf..20c7d3b7 100644 --- a/ultralytics/engine/exporter.py +++ b/ultralytics/engine/exporter.py @@ -722,6 +722,7 @@ class Exporter: "onnxsim>=0.4.33", "onnx_graphsurgeon>=0.3.26", "tflite_support", + "flatbuffers>=23.5.26", # update old 'flatbuffers' included inside tensorflow package "onnxruntime-gpu" if cuda else "onnxruntime", ), cmds="--extra-index-url https://pypi.ngc.nvidia.com",