Solving a few Image Processing and Computer Vision Problems with Python libraries
- Sandipan Dey
- Dec 4, 2018
- 1 min read
Updated: Nov 20, 2020
Image Classification
Image Classification with Keras using Vgg-16/19, Inception-V3, Resnet-50, MobileNet (Deep Learning models)

Image Classification with OpenCV / GoogleNet (Deep Learning model)

Object Detection
Object Detection with Keras / OpenCV / YOLO V2 (Deep Learning model)

Object Detection with Tensorflow / MobileNet-SSD (Deep Learning model)

Object Detection with Tensorflow / Faster-RCNN Resnet-50 (Deep Learning model)

Object Detection with Tensorflow / OpenCV / Mask-RCNN Inception V2 (Deep Learning model)
input

output

Face Detection
With OpenFace / OpenCV (Deep Learning model)

Emotion Detection with Haar-Cascade + Keras (ML + Deep Learning model)

Age/Gender estimation from face using with dlib / Keras Wide ResNet

Neural Style Transfer
Neural Style Transfer with Torch / OpenCV

Stroke Controllable Neural Style Transfer with TensorFlow
input

output

Image Colorization
with Caffe model and opencv-python Charlie Chaplin - The Lion's Cage (The Circus, 1928)

Augmented Reality with Python OpenGL & OpenCV
To do...
Comments