Skip to content

cornhole/dataset-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cornhole Vision Dataset Tools

Compile

  1. Install [OpenCV 3.2] (http://docs.opencv.org/2.4/doc/tutorials/introduction/linux_install/linux_install.html#linux-installation)
  2. Install Boost libraries:
  • sudo apt-get install libboost1.58-dev
  • sudo apt-get install libboost-filesystem1.58-dev
  1. Clone the jsoncpp repository into this folder
  • cd jsoncpp
  • python amalgamate.py
  1. Clone the dataset repository into this folder

  2. make

Run

  1. Likely need to set environmental variables to include shared OpenCV libraries
  • export LD_LIBRARY_PATH=/usr/local/lib
  1. To capture new data: ./captureNewImage
  2. To parse existing: ./parseJson

Author

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

About

Programs to parse and annotate new images from an annotated image dataset.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published