Skip to content

Collections of images for testing & evaluating object recognition algorithms.

Notifications You must be signed in to change notification settings

wiseman/threadless-corpus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

threadless-corpus

This is a collection of images I scraped from the Threadless T-shirt web site to use in benchmarking object recognition algorithms and implementations.

The pattern directory contains training images while worn contains test images. Corresponding training and test images have the same name, e.g. 1016.jpg.

There are 951 test/training image pairs in this corpus.

Sample Images

Training Image Test Image
https://github.com/wiseman/threadless-corpus/raw/master/pattern/1016.jpg https://github.com/wiseman/threadless-corpus/raw/master/worn/1016.jpg
https://github.com/wiseman/threadless-corpus/raw/master/pattern/1055.jpg https://github.com/wiseman/threadless-corpus/raw/master/worn/1055.jpg
https://github.com/wiseman/threadless-corpus/raw/master/pattern/399.jpg https://github.com/wiseman/threadless-corpus/raw/master/worn/399.jpg
https://github.com/wiseman/threadless-corpus/raw/master/pattern/458.jpg https://github.com/wiseman/threadless-corpus/raw/master/worn/458.jpg
https://github.com/wiseman/threadless-corpus/raw/master/pattern/657.jpg https://github.com/wiseman/threadless-corpus/raw/master/worn/657.jpg

Example Match

Here's an example of finding matching features in two images using Rob Hess' SIFT code:

https://github.com/wiseman/threadless-corpus/raw/master/sample-match-904.jpg

About

Collections of images for testing & evaluating object recognition algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published