Skip to content

Latest commit

 

History

History
 
 

label_image

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Image Classification Example

  1. Download the model:

  2. Compile LabelImage.java:

    mvn compile
    
  3. Download some sample images: If you already have some images, great. Otherwise download_sample_images.sh gets a few.

  4. Classify!

    mvn -q exec:java -Dexec.args="<path to image file>"