Deploy an ML Model to Any Target with the Edge Impulse C++ Library

Поделиться
HTML-код
  • Опубликовано: 3 янв 2025

Комментарии • 7

  • @salmashahid2380
    @salmashahid2380 2 года назад +2

    Thank you Shawn Hymel for giving us detailed information about this...!

  • @blazsmehov6415
    @blazsmehov6415 2 месяца назад

    Very good explanation

  • @Yannick_1203
    @Yannick_1203 Год назад

    How would this be done with the new Seeed Grove AI Vision camera?

  • @harmonite99
    @harmonite99 8 месяцев назад

    Very cool, would love to be be able to run be able to use the export in Unity3D gaming engine. Do you think this is possible?

  • @isabellaopoku-ware6448
    @isabellaopoku-ware6448 9 месяцев назад

    how can I do this for an Arduino ble sense?

  • @TheOnlyRB
    @TheOnlyRB 29 дней назад

    im having issues using the C++ library, i get theses issues
    Severity Code Description Project File Line Suppression State Details
    Error C4430 missing type specifier - int assumed. Note: C++ does not support default-int MLP Project C:\Users\Riley\source
    epos\MLP Project\MLP Project\edge-impulse-sdk\classifier\ei_constants.h 10
    Error C2065 'unused': undeclared identifier MLP Project C:\Users\Riley\source
    epos\MLP Project\MLP Project\edge-impulse-sdk\classifier\ei_constants.h 10
    Error C2062 type 'const char' unexpected MLP Project C:\Users\Riley\source
    epos\MLP Project\MLP Project\edge-impulse-sdk\classifier\ei_constants.h 10
    Error C2143 syntax error: missing ';' before '{' MLP Project C:\Users\Riley\source
    epos\MLP Project\MLP Project\edge-impulse-sdk\classifier\ei_constants.h 10
    Error C2447 '{': missing function header (old-style formal list?) MLP Project C:\Users\Riley\source
    epos\MLP Project\MLP Project\edge-impulse-sdk\classifier\ei_constants.h 10
    Error C1021 invalid preprocessor command 'warning' MLP Project C:\Users\Riley\source
    epos\MLP Project\MLP Project\model-parameters\model_metadata.h 106
    used chatgpt, and tried looking up how to fix this. using ISO C++20 Standard (/std:c++20)
    ive even tried both the EON Compiler and TensorFlow Lite. just doesnt work for some reason.
    issues are relative to the library and not my code. i cant get it to work for some reason.

  • @MrSyrian123
    @MrSyrian123 10 месяцев назад

    Could we use a matlab coder instead?