tf4micro-motion-kit
Arduino Sketch and a Web Bluetooth API for loading models and running inference on the Nano Sense 33 BLE device.
tiny-motion-trainer
Train and test machine learning models for your Arduino Nano 33 BLE Sense in the browser.
ChessboardDetect
Hodgepodge of chessboard chessboard detection algorithms on images from actual matches.
signature-recognition
Verify the authenticity of handwritten signatures through digital image processing and neural networks. ✍️
AIAssistC
AIAssistC是一个AI游戏助手,使用OpenCv、DNN、Tensorflow、ssd_mobilenet/efficientdet、hidriver、MFC等技术,截取游戏屏幕进行对象识别,使用虚拟鼠标键盘驱动实现自动瞄准/自动开…
EDSR_Tensorflow
TensorFlow implementation of 'Enhanced Deep Residual Networks for Single Image Super-Resolution'.
AIAssist
GameAssist是一个AI游戏助手,结合OpenCv、OpenCvSharp4、ssd_mobilenet_v3等技术,对游戏对象进行识别,支持自动瞄准/自动开枪等功能,提升玩家的游戏体验
play_with_tflite
Sample projects for TensorFlow Lite in C++ with delegates such as GPU, EdgeTPU, XNNPACK, NNAPI
human-pose-estimation-opencv
Perform Human Pose Estimation in OpenCV Using OpenPose MobileNet
sdsandbox
This provides a sandbox simulator for training a self-driving car. This uses Unity for simulation and Python with Keras…
Emotion
:smile: Recognizes human faces and their corresponding emotions from a video or webcam feed. Powered by OpenCV and Deep…
Traffic-Signal-Violation-Detection-System
A Computer Vision based Traffic Signal Violation Detection System from video footage using YOLOv3 & Tkinter. (GUI Inclu…
End-to-end-for-chinese-plate-recognition
基于u-net,cv2以及cnn的中文车牌定位,矫正和端到端识别软件,其中unet和cv2用于车牌定位和矫正,cnn进行车牌识别,unet和cnn都是基于tensorflow的keras实现