top of page
Search

Solving a few Image Processing and Computer Vision Problems with Python libraries

  • Writer: Sandipan Dey
    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)


ree

Image Classification with OpenCV / GoogleNet (Deep Learning model)


ree


Object Detection


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

ree

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

ree

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

ree

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

input

ree

output

ree

Face Detection


With OpenFace / OpenCV (Deep Learning model)

ree

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

ree

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

ree



Neural Style Transfer


Neural Style Transfer with Torch / OpenCV

ree


Stroke Controllable Neural Style Transfer with TensorFlow


input

ree

output

ree

Image Colorization


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

ree


Augmented Reality with Python OpenGL & OpenCV

To do...


 
 
 

Comentarios


Follow

  • facebook
  • twitter
  • linkedin

©2018 by sandipanweb. Created with Wix.com

bottom of page