Test on the actual business scenario performance of STM32N6

Test on the actual business scenario performance of STM32N6

Recently, we have completed the design of the magnetic suction structure scheme of this camera, and now it can be easily fixed by magnetic suction.

Camera magnetic suction installation

In addition, we tested the performance of the actual business scenario of STM32N6. We tested the number of people, carried out the real-time video stream detection of the model and added the logic of the cross-line count of the detection object. The actual test shows that the performance of STM32N6 is basically available in this application scenario, but there are some known performance boundaries. Because of the size of the input image, the detection of dense objects and the detection of small targets is not feasible in the actual situation. Therefore, even in the scenario of number statistics, it is only applicable to narrow walkways and sparse people flow scenarios, but it is still difficult to have a certain scene value. Therefore, it is applicable to non-intensive target detection and non-long-distance target detection.

AI Personnel Statistics Scenario Performance,Basically, there will be no low fps phenomenon.

Finally, at present, we are actively quantifying some .pt models of the open source community into STM32N6 directly usable model OTA packages for quick import into the device in the future. The quantified model will be open source for the community and can be publicly downloaded.

In addition, the firmware code on the hardware is also completely open source. As for the plan to replace the model, we have encapsulated the basic base. You only need to upload the AI model package on the web of the hardware. At the same time, you need to realize the remote AI model OTA, which is fully supported.

Finally, there is a problem. The built-in antenna will make it difficult and complicated to install the structure. The existing structure is too compact and difficult to install the built-in antenna, so we will further optimize it as an external antenna.

https://preview.redd.it/7r4mxa3d4rhh1.png?width=952&format=png&auto=webp&s=56d0f5b5cd859032110582021812881edcf685c5

reddit.com
u/KienShen — 14 days ago

Are you designing an RK3576 hardware? Do you have any requirements for it?

Do you have any specific requirements, whether it be on the system, hardware, or scalability, including interfaces and communication capabilities?

reddit.com
u/KienShen — 20 days ago

Selection of small models suitable for fine-tuning

I am developing an AI agent software, and the agent currently runs well on glm5.2 and deepseekv4. I now want to train a small model that can complete a certain range of tasks when locally deployed. I can refine these training data from the large model, as the software will eventually be deployed on an edge AI gateway, so the feasible model size is about 2B and below. Do you have any good recommendations?

Currently, I am focusing on the following models, which I have not started training yet. I would like to know if the community has any recommended models for this scenario:

  • minicpm-5 1b
  • gemma4-e2b
  • qwen3.5-2b
reddit.com
u/KienShen — 21 days ago

Run vision AI + LLM tasks on jetson

In general, it is still a little difficult to run the LLM model on jetson orin NX. I use llama.cpp to run qwen3.5:4b to achieve key image capture and image analysis of real-time video. The overall efficiency is not high. In addition, a fatal problem is that if the system provides a large context The returned token is indeed less efficient.

Therefore, real-time multi-modal llm reasoning is basically not feasible. It is feasible to extract key images for understanding, which is mainly limited by performance, so it is difficult to solve the concurrency in actual scenarios.

This is my project address, which is now open source.

https://github.com/camthink-ai/NeoMind

u/KienShen — 1 month ago

Does it make sense to have a camera that can be deployed in urban pipelines for a long time?

I'm thinking about a product, but I'm not sure if it has a market opportunity.

reddit.com
u/KienShen — 2 months ago
▲ 136 r/stm32+2 crossposts

mini STM32N6 Camera

This is a small camera of STM32N6. I'm going to use the back magnetic suction method with the power bank to do some visual recognition projects with AI.

u/KienShen — 14 days ago

I have developed an edge AI software that supports cross-platform deployment. You can simply use desktop programs to manage various edge instances. This software supports you to deploy on various hardware instances to run LLM tasks and visual AI tasks.

It is very suitable for deployment on Raspberry Pi or other edge terminals and your personal computer for distributed deployment and centralized management. You can switch all kinds of NeoMind service back-end deployed on various devices

open source address:https://github.com/camthink-ai/NeoMind

https://reddit.com/link/1t73prd/video/5esx9txn1wzg1/player

https://preview.redd.it/gz1v8ap72wzg1.png?width=2800&format=png&auto=webp&s=b9454d3008899ee3d8dea1459987cbc23e67a5a4

https://preview.redd.it/7sib7cjg2wzg1.png?width=2800&format=png&auto=webp&s=54442b4263d4fcf1f92af6c8ba97eb83a05533d2

https://preview.redd.it/cahg03ck2wzg1.png?width=2800&format=png&auto=webp&s=6673ddfb32d40caeb7a45cde30e72ea3a4b926c6

reddit.com
u/KienShen — 3 months ago