Skip to content

An annotated image dataset to facilitate vision-based projects.

License

Notifications You must be signed in to change notification settings

cornhole/dataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cornhole Vision Dataset

This directory contains a dataset of bean bags on a black board. There are individual images and a single JSON file providing annotation information according to the following format:

  • _reference: xxxx.jpg
  • beanBags:
    • bounded_rectangle:
      • center: [x,y]
      • height: #
      • width: #
      • Color: red/blue
      • Location: on/off/in
    • board:
      • center: [x,y]
      • hole:
        • center: [x,y]
        • radius: #
      • size:
        • height: #
        • width: #

The images are numbered 0-X and correspond to values in the "xxxx".jpg file

Author

Tyler Frasca
tmfrasca@gmail.com
http://tmfrasca.info

About

An annotated image dataset to facilitate vision-based projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published