Code Monkey home page Code Monkey logo

product-recognition-with-yolov3's Introduction

Product-Recognition-with-YOLOv3

Product recognition on Store Shelves with YoloV3

The goal of this project is to use computer vision techniques to perform object detection. In particular, we want a system able to recognize products on store shelves. The simple solution proposed here combines both state of the art detectors based on deep learning and traditional techniques for object detection.

The network used in this project is YOLOv3, which is available at https://github.com/AlexeyAB/darknet. YOLO has been used for finding the bounding boxes of the product in shelves. Each region is then cropped and classified using RootSIFT, an improved versione of SIFT.

The mAP computed on a test set of 70 labeled images of store shelves is 65%. The gif shows on the left the current scene and on the right the cropped object from scene with the corresponding model prediction.

TaskA is a simple object detector implemented with only SIFT. TaskB is the object detector used for producing the gif above. For more information please read the report.

Requirements: numpy, openCV, pydarknet

usage for task b:

python multipleInstancesDetection.py -m models/ -s scenes/

product-recognition-with-yolov3's People

Contributors

adricarda avatar

Watchers

 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.