Use legacy 1.21 for numpy (#505)

This commit is contained in:
Alexandre
2025-11-01 14:46:55 +01:00
committed by GitHub
parent 8c0885a13b
commit 04db6d96ee
+1 -1
View File
@@ -11,7 +11,7 @@ from utils.helpers import get_settings, Detection
os.environ['TF_CPP_MIN_LOG_LEVEL'] = '3'
os.environ['CUDA_VISIBLE_DEVICES'] = ''
np.set_printoptions(legacy="1.25")
np.set_printoptions(legacy="1.21")
try:
import tflite_runtime.interpreter as tflite