AMB82-Mini Arduino monitor filled with unwanted debug messages"YOLOv7t_SD tick"

Hello,

Im trying to debug my own code, but i cant print anything out because some code inside YoloV7 is constantly printing thousands of debug messages.

There are other classes that are doing the same thing, taking over the debug monitor by filling it with unwanted internal debug messages, making debugging impossible.

Anybody knows how to stop those?

14:47:27.763 → YOLOv7t_SD tick[169]

14:47:28.031 → YOLOv7t_SD tick[168]

14:47:28.296 → >>> YOLOv7t_SD FPS = 3.96

14:47:28.338 → YOLOv7t_SD tick[168]

14:47:28.563 → YOLOv7t_SD tick[168]

14:47:28.875 → YOLOv7t_SD tick[168]

14:47:29.096 → YOLOv7t_SD tick[167]

14:47:29.363 → YOLOv7t_SD tick[168]

14:47:29.674 → YOLOv7t_SD tick[168]

14:47:29.896 → YOLOv7t_SD tick[168]

14:47:30.163 → YOLOv7t_SD tick[169]

14:47:30.470 → YOLOv7t_SD tick[169]

14:47:30.698 → YOLOv7t_SD tick[168]

14:47:30.964 → YOLOv7t_SD tick[168]

14:47:31.231 → YOLOv7t_SD tick[166]

14:47:31.541 → YOLOv7t_SD tick[168]

14:47:31.763 → YOLOv7t_SD tick[168]

AMB82-MINI

Hi @Clay ,

We are currently creating an option in the drop-down menu for users to choose if they want to disable or enable these log messages.

This feature is developing in progress; I will inform you once this feature is released. Thank you.

1 Like

Hi @Clay

Kindly try out this feature using the pre-release version, 4.0.9-build20250303.

link to input to Arduino IDE preference: https://github.com/Ameba-AIoT/ameba-arduino-pro2/raw/dev/Arduino_package/package_realtek_amebapro2_early_index.json

There’s an option in the menu where you can disable and enable the logs. It is enabled by default.

1 Like

Hi, @pammyleong
Thank you for your help! I will proceed with the development based on this.

1 Like