Code Monkey home page Code Monkey logo

spotted_athletes's Introduction

Spotted Athletes

Option Informatique - CentraleSupélec
2017 - 2018


Auteur : Manon Léger, Emmanuel de Revel, Eymard Houdeville

Index

  1. Installation
  2. Usage
  3. Description

1. Installation

Pré-requis

  • Environnement UNIX
  • Python 3.6
  • OpenCV 2

Installation

git clone https://gitlab.centralesupelec.fr/2014houdevile/spotted_athletes.git
cd spotted_athletes/yolo/darknet
git clone https://github.com/Manon-L/darknet.git
cd darknet
make
cd ../../labeling/OpenLabeling
git clone https://github.com/Cartucho/OpenLabeling.git
cd ../../..

2. Usage

Pour détecter les numéros de dossard sur l'ensemble de test, il suffit d'exécuter demo.py. Pour ré-entraîner le modèle, exécuter Trainer.py.

3. Description du problème

Ce projet a pour objectif de d'automatiser la reconnaissance de dossards dans les événements sportifs de l'école. Notre problème peut donc être associé à un problème plus vaste où il s'agit de lire un document dans une photo de la vie réelle (plaque d'immatricuation,publicité, captcha...)

Il nous faut repérer entre 0 et n participants par image.

Vérité terrain

Nous avons constitué un dataset avec:

  • Des images trouvées sur internet
  • Des images du Night'N'Day de CentraleSupélec

Nous avons donc un fichier avec le nom de l'image <-> les numéros de dossard que l'on y trouve qui nous permet de juger de la qualité de nos prédictions

(A tester aussi: https://supervise.ly/)

Pistes

Object detection

Comparaison des méthodes de deep learning pour la détection d'objets (ici coureur puis dossard) : http://cv-tricks.com/object-detection/faster-r-cnn-yolo-ssd/

The stroke width transform (SWT)

Repose sur l'idée que les dossards ont toujours en théorie la même forme et la même organisation. SWT n'est pas implémenté encore dans openCV apparemment. Mais: https://github.com/subokita/Robust-Text-Detection

Lecture du texte (OCR)

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.