当前位置:网站首页>K210 learning notes (IV) k210 runs multiple models at the same time
K210 learning notes (IV) k210 runs multiple models at the same time
2022-07-05 21:51:00 【Study the PI Zhi of Engineering^_^】
List of articles

Preface
In the use of K210 In the process , It is inevitable to run multiple models , Rather than running at the same time , Nothing runs at the same time , It's just time-sharing , If the memory is enough or the model is small , Then we can burn directly in the model area , The starting address is usually 0x300000, Larger models can be placed in SD card . Refer to the post :K210 MaixPy From entry to flight –AI Visual – Complete tutorial ( And some small problems, such as insufficient memory )

One 、 Running multiple models at the same time
1. There are two ways , If you have enough memory , Just load a few models into memory at a time , Then the reasoning is run separately in time .
2. If there is not enough memory , After loading the first model , Cancellation , Free memory , Then run the second model after loading .
Two 、 routine
For example, this face recognition routine uses three models at once , Face detection , Feature point recognition, etc , Look at what others wrote , Just change it according to your own needs .
Code address :https://github.com/sipeed/MaixPy_scripts/blob/master/machine_vision/face_recognization/demo_face_recognization.py
Refer to the post :
MaixPy Document Introduction
K210 MaixPy From entry to flight –AI Visual – Complete tutorial ( And some small problems, such as insufficient memory )
边栏推荐
- Codeforces 12D Ball 树形阵列模拟3排序元素
- Zhang Lijun: la pénétration de l’incertitude dépend de quatre « invariants»
- The primary key is set after the table is created, but auto increment is not set
- Making global exception handling classes with aspect
- xlrd常见操作
- "Grain mall" -- Summary and induction
- Sitge joined the opengauss open source community to jointly promote the ecological development of the database industry
- Emotional analysis of wechat chat records on Valentine's day based on Text Mining
- Yolov5 training custom data set (pycharm ultra detailed version)
- NET中小型企业项目开发框架系列(一个)
猜你喜欢

"Grain mall" -- Summary and induction

Two ways to realize video recording based on avfoundation

使用Aspect制作全局异常处理类

【愚公系列】2022年7月 Go教学课程 003-IDE的安装和基本使用

2022-07-03-cka- latest feedback from fans

Evolution of zhenai microservice underlying framework from open source component encapsulation to self-development

Parker驱动器维修COMPAX控制器维修CPX0200H

Defect detection - Halcon surface scratch detection

场景化面试:关于分布式锁的十问十答

Emotional analysis of wechat chat records on Valentine's day based on Text Mining
随机推荐
Summarize the reasons for 2XX, 3xx, 4xx, 5xx status codes
poj 3237 Tree(樹鏈拆分)
华为快游戏调用登录接口失败,返回错误码 -1
About the writing method of SQL field "this includes" and "included in" strings
xlrd常见操作
Golang (1) | from environmental preparation to quick start
What should I do to prepare for the interview algorithm position during school recruitment?
Efficiency difference between row first and column first traversal of mat data types in opencv
使用Aspect制作全局异常处理类
Scenario interview: ten questions and ten answers about distributed locks
"Grain mall" -- Summary and induction
int GetMonth( ) const throw( ); What does throw () mean?
ESP32
Codeforces 12D Ball 树形阵列模拟3排序元素
Uni app Bluetooth communication
Problems encountered in office--
GCC9.5离线安装
Evolution of zhenai microservice underlying framework from open source component encapsulation to self-development
Poj3414 extensive search
Xlrd common operations