caffemodel
There are 103 repositories under caffemodel topic.
likedan/Awesome-CoreML-Models
Largest list of models for Core ML (for iOS 11+)
openvinotoolkit/open_model_zoo
Pre-trained Deep Learning models and demos (high quality and extremely fast)
soeaver/caffe-model
Caffe models (including classification, detection and segmentation) and deploy files for famouse networks
chuanqi305/MobileNetv2-SSDLite
Caffe implementation of SSD and SSDLite detection on MobileNetv2, converted from tensorflow.
chongyangtao/DeepHCCR
Offline Handwritten Chinese Character Recognition based on GoogLeNet and AlexNet (With CaffeModel)
eric612/Caffe-YOLOv3-Windows
A windows caffe implementation of YOLO detection network
gudovskiy/yoloNCS
YOLO object detector for Movidius Neural Compute Stick (NCS)
diovisgood/agender
Real-time estimation of gender and age
juanmorillios/List-CoreML-Models
A Big Awesome List CoreML Models.
tum-vision/fusenet
This repository is the official release of the code for the following paper "FuseNet: Incorporating Depth into Semantic Segmentation via Fusion-based CNN Architecture" which is published at the 13th Asian Conference on Computer Vision (ACCV 2016).
pierluigiferrari/caffe_weight_converter
Caffe-to-Keras weight converter. Can also export weights as Numpy arrays for further processing.
simshineaicamera/SIMCAM_SDK
SimCam SDK
asiryan/caffe2onnx
Convert Caffe models to ONNX.
iamdsc/automatic-helmet-detection
Video Analysis using Machine Learning
alensali/WreckFaceApp
Android application for gender, age and face recognition using OpenCV and JavaCV libraries
yzhang559/vgg-face
load vgg-face pre-trained caffe model using pytorch
KleinYuan/caffe2-yolo
Bridging caffe2 with yolo, esp on mobile devices
sidharth178/Face-Mask-Detection-and-Alert-System
The objective of this project is to detect the presence of a face mask on human faces on live streaming video as well as on images and alert the authority to take action on those who'r not wearing mask.
dymat/GOLOv2
YOLOv2 for Golang
amrmorsey/Latte
Latte is a convolutional neural network (CNN) inference engine written in C++ and uses AVX to vectorize operations. The engine runs on Windows 10, Linux and macOS Sierra.
Alby0n/Masked-Face-Recognition
Identify subjects from CCTV footages even when there are only limited number of photographs available for the suspected individuals. The system should work in near real time and even when there are partial occlusion, different pose, and physical changes like beard , eye-glasses and face masks .
LiiNen/CV_skeleton_provider
CV_skeleton_provider project made for detecting a skeleton structure easily. It is distributed via pypi package.
gervasioamy/tello-test
PoCs to place all together: Go, DJI Tello drone, gobot and gocv
souravs17031999/Object-Detection-MobileNet-cv
Real time Object detection giving all object detected : labels along with all bounding box predictions + Flask live hosted server
anasbadawy/Face-Detection
face detector based on OpenCV and deep learning using opencv's Caffe model
harlan-zhao/Face-Detection-Identification
Python OpenCV face detection and identification using ResNet pre-trained model, implementation example.
subhamdas-github/opencv-dnn-face-gender-age-recognition
In this repository, I am using OpenCV to perform face recognition. To build this face recognition system, I first perform face detection, extract face embeddings from each face using deep learning, train a face recognition model on the embeddings, and then finally recognize faces in both images and video streams with OpenCV.
lcskrishna/caffe-net-upgrade
Upgrade deprecated caffemodel to latest caffemodel (V1LayerParameters to LayerParameters) without installing caffe
rohandubey/Object-Tracking-OpenCV
A project on Optical Image Tracking covering Optical Flow, Dense Optical Flow, MeanShift Technique, CamShift Technique, Single Object Tracking and Multi Object Tracking.
yutingkevinlai/ida_final_project_first
Pose Estimation of Random Bin Picking Task
abdulwaheedsoudagar/blur-face
Detect and blur face using caffemodel
balavenkatesh3322/image_auto_rotate
Image auto rotate using deep learning
Einavg7/Study-Project-Image-Recognition
Repository for IFGI study project winter semester 2020-21 Image Recognition for Citizen Science - Indoor Movement Tracking.
farhantandia/Face-Recognition-for-Attendance-System
Attendance System using Open Face Model and Support Vector Machine
snjydas/Covid-Guard
An AI model to detect if people are following social distancing & wearing masks for safety.
techycs18/age-detection-python-opencv
This is a Real-time age detection project. The project is built with Python and OpenCV