imgclass is a server application used for labeling large sets of images. Jobs (sets of 5000 images) can be assigned to individual workers for labeling.
The variety of possible labels for images in a set is completely customizable. For example:
car, van, bus, SUV, truck, person, motorcycle, bicycle, none
or
cat, dog, turtle, bird
etc
imgclass is intended to be used for neural network research in the construction of supervised training sets.
Once the complete image set has been labeled, a textfile containing labels for each image can be downloaded.
- Install Rails (tested with Rails 4 on Ubuntu 15.10)
- Clone imgclass repository
- Prepare site
- Create database
- (??? not necessary ???)
rake db:create
rake db:migrate
rake db:seed
(creates default admin withfake@blah.com
/ChangeMeRightAway1
, change indb\seeds.rb
)
- (??? not necessary ???)
- Install Gems etc
- Set config values for your environment
config.x.image_upload.rootDir
inconfig/application.rb
(to be changed)
- Create database
- Upload image set and define labels
- Assign labeling jobs to workers
- Download completed training sets