🤖Have you ever tried Chat.M5Stack.com before asking??😎
    M5Stack Community
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    [Firmware Update Deimplementation - Class Limitation Update] - Unit V2.

    Features Wish List
    1
    1
    2.6k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • AsmodevA
      Asmodev
      last edited by Asmodev

      On the unitv2 current firmware, the maximum classes for online classification are limited to 10, it can however easily be bypassed with a quick jupyter terminal edit for all those who're interested,

      'home/m5stack/payload/static/js/bin/online_classifier.js'
      modify classifier_online_type_count_limit = 9; to something like 100
      modify the css script at 'home/m5stack/payload/static/css/stream.canvas.css' ->> #funamic_func_area by appending height:100%; and overflow-y:auto; so that you can scroll those 100 classes.

      then reboot for it to take effect!
      This limitation shouldn't even exist IMHO.

      1 Reply Last reply Reply Quote 0
      • First post
        Last post