请问人体检测的码源那里能看呢?原理是什么呢?
-
加载内置的人检测神经网络模型(该网络位于OpenMV Cam的固件中)。
net = tf.load('person_detection')
labels = ['unsure', 'person', 'no_person']
-
这个是内置的tf lite的模型。
源码:https://github.com/openmv/tensorflow-lib
参考:https://openmv.io/blogs/news/tensorflow-lite-and-person-detection