All Projects → lwhua → aikanshe

lwhua / aikanshe

Licence: other
使用SpingBoot、OpenCV、yolo开发舌诊小程序

Projects that are alternatives of or similar to aikanshe

Tracking-with-darkflow
Real-time people Multitracker using YOLO v2 and deep_sort with tensorflow
Stars: ✭ 522 (+2272.73%)
Mutual labels:  yolo
Mask-YOLO
Inspired from Mask R-CNN to build a multi-task learning, two-branch architecture: one branch based on YOLOv2 for object detection, the other branch for instance segmentation. Simply tested on Rice and Shapes. MobileNet supported.
Stars: ✭ 100 (+354.55%)
Mutual labels:  yolo
object-tracking
Multiple Object Tracking System in Keras + (Detection Network - YOLO)
Stars: ✭ 89 (+304.55%)
Mutual labels:  yolo
node-moving-things-tracker
javascript implementation of "tracker by detections" for realtime multiple object tracking (MOT)
Stars: ✭ 87 (+295.45%)
Mutual labels:  yolo
LazyREST
基于Sping全家桶实现的极速产出RESTful类接口脚手架
Stars: ✭ 21 (-4.55%)
Mutual labels:  spingboot
lightDenseYOLO
A real-time object detection app based on lightDenseYOLO Our lightDenseYOLO is the combination of two components: lightDenseNet as the CNN feature extractor and YOLO v2 as the detection module
Stars: ✭ 20 (-9.09%)
Mutual labels:  yolo
OpenCvSharpDnnYolo
Yolo With OpenCvSharp Dnn
Stars: ✭ 25 (+13.64%)
Mutual labels:  yolo
multiple-object-tracking
combine state of art deep neural network based detectors with most efficient trackers to solve motion based multiple objects tracking problems
Stars: ✭ 25 (+13.64%)
Mutual labels:  yolo
object-detection
Object detection on Jetson Nano, Raspberry Pi and Laptop
Stars: ✭ 49 (+122.73%)
Mutual labels:  yolo
realtime-object-detection
Detects objects in images/streaming video
Stars: ✭ 16 (-27.27%)
Mutual labels:  yolo
ffcnn
ffcnn is a cnn neural network inference framework, written in 600 lines C language.
Stars: ✭ 50 (+127.27%)
Mutual labels:  yolo
VideoRecognition-realtime-autotrainer-alerts
State of the art object detection in real-time using YOLOV3 algorithm. Augmented with a process that allows easy training of the classifier as a plug & play solution . Provides alert if an item in an alert list is detected.
Stars: ✭ 36 (+63.64%)
Mutual labels:  yolo
go-darknet
Go bindings for Darknet (YOLO v4 / v3)
Stars: ✭ 56 (+154.55%)
Mutual labels:  yolo
YOLOX deepsort tracker
using yolox+deepsort for object-tracking
Stars: ✭ 228 (+936.36%)
Mutual labels:  yolo
YOLO-Object-Counting-API
The code of the Object Counting API, implemented with the YOLO algorithm and with the SORT algorithm
Stars: ✭ 131 (+495.45%)
Mutual labels:  yolo
PyTorch-YOLO-v2
A PyTorch implementation of a YOLO v2 Object Detector
Stars: ✭ 14 (-36.36%)
Mutual labels:  yolo
TNN Demo
🍉 移动端TNN部署学习笔记,支持Android与iOS。
Stars: ✭ 51 (+131.82%)
Mutual labels:  yolo
tensorflow-example-java
This is a Tensorflow Java example application what uses YOLOv2 model and Gradle for build and dependency management.
Stars: ✭ 49 (+122.73%)
Mutual labels:  yolo
darknet ros
Robotics Operating System Package for Yolo v3 based on darknet with optimized tracking using Kalman Filter and Optical Flow.
Stars: ✭ 51 (+131.82%)
Mutual labels:  yolo
YOLOX
YOLOX is a high-performance anchor-free YOLO, exceeding yolov3~v5 with MegEngine, ONNX, TensorRT, ncnn, and OpenVINO supported. Documentation: https://yolox.readthedocs.io/
Stars: ✭ 6,570 (+29763.64%)
Mutual labels:  yolo

SpingBoot、OpenCV、yolo开发人工智能小程序经验分享

本项目分享使用SpingBoot、OpenCV、yolo的开发经验,网上很多教程都是使用C++和Python,这里选择Java语言的原因是:适合在web中集成OpenCV,C++开发门槛较高,Python性能欠佳,所以折中考虑选择Java。网站:AI看舌

AI看舌公众号已经上线,其中会分享我十年来的全栈架构经验,敬请关注。欢迎对中医舌诊感兴趣的机器视觉工程师加入我们团队。 扫码关注

目录

  1. 环境搭建
  2. OpenCV常用类和函数
  3. 获取图片像素点颜色值
  4. 颜色空间转换
  5. 直方图
  6. 边框检测
  7. 神经网络
  8. 机器学习
  9. 视频处理
  10. Grabcut
  11. 截取ROI
  12. 阈值化
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].