Code Monkey home page Code Monkey logo

starsdatasets's Introduction

StarsDatasets

What is this project ?

During the implementation of object detection frameworks, often experiments with multiple datasets are required. This involves accessing bounding box groundtruth annotations of different object categories in different datasets. This is a simple-looking task that is made a little challenging by varying formats in which different datasets organize their groundtruth annotations.

This project provides a framework to quickly read bounding box annotations of different datasets without having to worry about the actual details of native storage formats. This project has been initialized with a codebase using which a number of major pedestrian detection datasets can be easily read. It will be regularly updated to include other pedestrian and non-pedestrian datasets as well.

Pre-requisites

System requirements

  1. Python 2.7 (with PIL package)

For users

For a user there are just two pre-requisites :

  1. Make sure that a class corresponding to the dataset exists in the project.
  2. Make sure that you have downloaded and stored the dataset inside a specific parent folder (we call it base_path)

NOTE: If 1. is not true, please look down at pre-requisites for developers.

For developers

  1. Give a reading to StarsDatasets.py.
  2. Read the inheriting class implementations for different datasets to get a clear idea of how the framework is written.
  3. Always assume that a user will provide a list of image filenames (with full file names) for which bounding box annotations are required.
  4. MAKE SURE that once you write an implementation of your own dataset, you update an example in test.py and send a pull request to update the project and make it more useful to a wider community.

Usage

Please see test.py

starsdatasets's People

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.