摘要:
openmv import sensor, image, time, math from pyb import LED, millis, UART class RobotControl: flag = 0 # 代表是否使用更新的区域来进行下一次检测 def __init__(self): # 获取三 阅读全文
摘要:
v831 import time, math from maix import nn, camera, display, image import serial class YOLOv2: def __init__(self, model_path, labels, anchors, net_in_ 阅读全文