JasonTechnology

Popular Terms

Name  
CUDA Compute Unified Device Architecture - A technology to use GPU to process image

Popular AI framework that support Object detection

Name Supported Language Feature
OpenCV C++, Python, Java  
TensorFlow Java  
Pytorch Python  
AWS    
Azue    
Watson    
Google Brain    
Darknet Neural network in C Fast

OpenCV Object Detection

Name Neural Network   Real time detection Feature
Haar Cascade N Y Old way, good for running, but training needs openCV<4.0, not recommended  
RCNN        
RFCN        
DNN Y   An OpenCV Module for netural network, not meant for training  
SSD        
YOLO Y Y Recommended  
Faster R-CNN Y ?    
SSD ? ?    

Open CV - Haar Cascade Classifier - Traditional Classifier

Open CV - DNN Classidier - Modern way

Open CV - Yolo5

TensorFlow Object Detection