| Name | |
|---|---|
| CUDA | Compute Unified Device Architecture - A technology to use GPU to process image |
| Name | Supported Language | Feature |
|---|---|---|
| OpenCV | C++, Python, Java | |
| TensorFlow | Java | |
| Pytorch | Python | |
| AWS | ||
| Azue | ||
| Watson | ||
| Google Brain | ||
| Darknet | Neural network in C | Fast |
| 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 | ? | ? |