Coder Social home page Coder Social logo

frankiegu / tensorflow-clothing-detection Goto Github PK

View Code? Open in Web Editor NEW

This project forked from matthieublais/tensorflow-clothing-detection

0.0 0.0 0.0 117 KB

Personal project. Pipeline to extract clothes from a picture. Models not provided.

Python 100.00%

tensorflow-clothing-detection's Introduction

Clothing detection using tensorflow

1. What is this?

This is a python pipeline, combining different models to analyze clothes of a picture. If the (python) tensorflow code and the overall pipeline are given here, the models haven't been uploaded.

2. How to get started?

  • Install tensorflow (>=1.8, python 2.7 or 3). Tensorflow-gpu recommended.
  • Use your own models.
  • Update the global variables in main.py (especially for folder and model paths)
  • python main.py

This pipeline detects clothes, but you can reuse it for whatever purpose

3. Pipeline description

alt text

  1. We load an image
  2. We remove the background with deeplab (we extract the persons)
  3. We detect the objects we want (here, the clothes. We also make sure that we can't detect that a person wears a dress, a top and a t-shirt at the same time!)
  4. We extract the last layer of an inception model. This is used to analyze similarity between clothes
  5. We could apply additional classifiers here but as they are not ready yet, we just save everything.

tensorflow-clothing-detection's People

Contributors

matthieublais avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.