xzqiaochu / cat-demo
基于MAX78000的猫咪识别喂食器,使用SSD目标检测网络,在单片机的CNN加速器上进行神经网络计算
☆10Updated last year
Related projects ⓘ
Alternatives and complementary repositories for cat-demo
- pyqt上位机程序,能够完成实时数据接 收,波形显示。☆17Updated last year
- 移动端实时疲劳驾驶检测☆41Updated 3 years ago
- Linux test for RV1106 dev board☆11Updated 5 months ago
- 🎉Qt-GUI implementation of the YOLOv5 algorithm (ver.6 and ver.5). 🎉YOLOv5算法(ver.6及ver.5)的Qt-GUI实现☆28Updated 2 years ago
- linux bsp app & sample for axpi pro (ax650n)☆19Updated last week
- 毕业设计最终源码☆14Updated 5 years ago
- 基于PyQt5开发,使用多线程和Socket通信,北理18级小学期大作业,远程医疗云监控系统☆11Updated 4 years ago
- 实现手势控制音量☆19Updated last year
- 用pytorch训练18层残差神经网络,用pyqt设计界面☆12Updated 4 years ago
- 图像多标签分类标注工具☆12Updated 3 years ago
- K210 车牌识别项目单片机代码☆19Updated 4 years ago
- 使用卷积神经网络在STM32F401C-DISCO上实现人体活动识别☆50Updated 2 years ago
- 基于改进CNN和OpenCV的行人轨迹实时预测系统(源码&教程)☆24Updated 11 months ago
- 这是一个基于yolo-fastest模型的小车,主控是art-pi开发板,使用了rt thread操作系统。该小车能够识别特定种类的垃圾,并使用机械臂将其拾取并放置在垃圾筐内。☆12Updated 2 years ago
- 支持多模型工程化的图像分类器☆23Updated 2 years ago
- Starting from Attention, teaching the realization of VIT and other vision Transformer models hand in hand.☆13Updated 3 years ago
- 基于RFBNET实现对无人机航拍图中电力杆塔,输电线的异常检测☆42Updated last year
- 一个开源的USB 2.0 HUB,基于FE1.1S主控芯片,带一个CH340和读卡器芯片☆18Updated 2 years ago
- 学习韦东山老师嵌入式Linux,基于IMX6ULL开发板的学习过程记录☆14Updated last year
- 增加了较为详细的注释、一些自己的功能和封装代码方便嵌入☆18Updated 2 years ago
- 此代码用于目标检测,模型小,检测速度快速,适合没GPU显卡的嵌入式设备运行,比如“树莓派”、ARM开发板、嵌入式开发板。☆40Updated 3 years ago
- 本工具使用PYQT5编写界面。通过使用该工具可以快速部署相应数据集并训练,目前仍在不断更新中,较大的缺点是目前只支持PascalVOC格式的xml标签文件,所以其它格式的标签文件需要先转换为PascalVOC的格式,且目前仅适用于Linux系统且仅在Ubuntu16.04-…☆20Updated 2 years ago
- ☆14Updated 3 years ago
- 基于opencv和多线程的别踩白块儿游戏辅助☆17Updated 3 years ago
- PYQT5 Yolov5 python GUI☆26Updated 2 years ago
- ☆17Updated last year
- Analyze traffic flow with YOLOv8 and ByteTrack: Vehicle detection and tracking, speed estimation, path outlining, and direction analysis …☆12Updated 10 months ago
- 利用PaddleDetection进行开发,选择PPYolor18作为部署模型,完成端到端的垃圾检测模型训练;最后将训练好的模型部署到树莓派上,实现实时垃圾检测!