Navigation

    • Login
    • Search
    • 版块
    • 产品
    • 教程
    • 论坛
    • 淘宝
    1. Home
    2. a2ob
    A
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups

    a2ob

    @a2ob

    0
    Reputation
    3
    Posts
    104
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    a2ob Follow

    Posts made by a2ob

    • TFlite文件调用失败

      请问是必须使用edgeimpulse导出的.tflite文件吗?我尝试使用TFLite Model Maker导出了一个模型用在OpenMV上,运行时提示
      Traceback (most recent call last):
      File "", line 22, in
      OSError:
      MicroPython: v1.15-r57 OpenMV: v4.1.1 HAL: v1.9.0 BOARD: OPENMV4P-STM32H743
      Type "help()" for more information.
      第22行代码为:for obj in tf.classify(net, img, min_scale=1.0, scale_mul=0.8, x_overlap=0.5, y_overlap=0.5):
      相同的代码edgeimpulse训练两个分类和三个分类都正常使用,TFLite Model Maker训练的是5个分类,无法正常运行。
      请问是代码问题还是模型问题

      posted in OpenMV Cam
      A
      a2ob
    • RE: 神经网络OpenMV CAM就进行了自动重置,怎么解决?

      固件版本4.1.2 ,OpenMV-h7 plus

      posted in OpenMV Cam
      A
      a2ob
    • 神经网络OpenMV CAM就进行了自动重置,怎么解决?

      神经网络进行口罩识别,使用Github下载的文件时,点击运行之后2秒左右就OpenMV CAM就进行了自动重置,无法进行验证,怎么解决?

      posted in OpenMV Cam
      A
      a2ob