# 加载内置的人检测神经网络模型(该网络位于OpenMV Cam的固件中)。
net = tf.load('person_detection')
labels = ['unsure', 'person', 'no_person']
运行后终端提示
Traceback (most recent call last):
File "<stdin>", line 21, in <module>
OSError: Could not find the file
OpenMV v4.4.1; MicroPython d8e38d0; OPENMV4P-STM32H743
Type "help()" for more information.