ultralytics 8.2.28 improved NMS speeds (#13315)
Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
90f2a4226c
commit
5df2d167a9
3 changed files with 7 additions and 9 deletions
|
|
@ -184,7 +184,7 @@ class AutoBackend(nn.Module):
|
|||
LOGGER.info(f"Loading {w} for ONNX Runtime inference...")
|
||||
check_requirements(("onnx", "onnxruntime-gpu" if cuda else "onnxruntime"))
|
||||
if IS_RASPBERRYPI or IS_JETSON:
|
||||
# Fix error: module 'numpy.linalg._umath_linalg' has no attribute '_ilp64' when exporting to Tensorflow SavedModel on RPi and Jetson
|
||||
# Fix 'numpy.linalg._umath_linalg' has no attribute '_ilp64' for TF SavedModel on RPi and Jetson
|
||||
check_requirements("numpy==1.23.5")
|
||||
import onnxruntime
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue