Skip to content

Project to Analysis image using different computer vision Algorithm. to able to get all the info from an image

Notifications You must be signed in to change notification settings

imadmoussa1/image_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image analysis

Project to Analysis images using different computer vision Algorithm. to able to get all the info from an image. And save them to a DB Article: Computer vision projects

Targets

  1. Object Detection
  2. Deep Labelling for Semantic Image Segmentation
  3. Image Captioning
  4. Face Clustering
  5. Face Recognition
  6. OCR
  7. Detect image properties
  8. Detect Labels
  9. Landmark Detection
  10. Pose Estimation
  11. Reverse Image search

System

A micro service system, each service will do a specific task. we are using:

  1. GRPC
  2. docker
  3. TFX
  4. Python
  5. elastic

Store Image

Save image and meta data in mongo DB

Send Image via grpc https://stackoverflow.com/questions/62171037/grpc-python-sending-image-meta-data

GRPC

Options

  1. Multi-task learning
  2. Different Pre-trained models

Production

Machine Learning Pipelines

  • TFX
  • Apache Beam

Orchestrations

  • Apache Airflow
  • KubeFlow

Models

All pertained model should be downloaded and unzipped in the pretrained_model folder

Object Detection

details

Deep Labelling for Semantic Image Segmentation

Image Captioning

  1. Mutli Task : https://www.ijcai.org/Proceedings/2018/0168.pdf (paper), https://github.com/andyweizhao/Multitask_Image_Captioning (code)
  2. https://www.tensorflow.org/tutorials/text/image_captioning

Face Clustering

Ref:

Face recognition

Ref:

OCR

Detect image properties

https://github.com/tensorflow/models/tree/master/research/delf#delg

Detect Labels

Using the object detection with Model trained on OID v4 data set

Landmark Detection

No dataset with name: Landmark are only ID details

Pose Estimation

Datasets

Test Data set

based on Celebrity in places we chosen images of this celebrities, also image from social media to generate a small data set, To test the pertained model before using them in our system.

Public Data Set

About

Project to Analysis image using different computer vision Algorithm. to able to get all the info from an image

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published