Code Monkey home page Code Monkey logo

yolo_open_images's Introduction

If weights do not download for you, chances are the repository is over the git lfs quota. Please pull from the bitbucket repository which does not have this limitation.

This repository contains yolov3 weights along with config files. The model achieves an mAP of 42.407 on the private LB for the Kaggle Open Images challenge.

In order to use these weights you will need to have darknet installed. You can read more about it on the project website.

There are multiple ways to use darknet for detection. One way would be to create a txt file with paths to images you would like to run detection on and pointing to that file from the included yolo.data file.

The command to run detection (assuming darknet is installed in the root of this repo) is: ./darknet/darknet detector valid yolo.data yolov3-spp.cfg yolov3-spp.backup

I am sharing these weights on the assumption that they might be useful to someone. I am unable to provide any support should you encounter any issues. Yolo is not very easy to troubleshoot and if you get a segfault it is up to you to figure out what went wrong.

Having said that, the config files here worked for me and are a useful starting point. Note that class names are prefixed by '/m/'. This prefix has been removed from yolo.names. Having this prefix there interferes with creating output files.

Here is the citation for the paper that introduces yolov3:

@article{yolov3, title={YOLOv3: An Incremental Improvement}, author={Redmon, Joseph and Farhadi, Ali}, journal = {arXiv}, year={2018} }

I provide a brief overview of how I trained the model here.

yolo_open_images's People

Contributors

karolmajek avatar radekosmulski avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  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.