Skip to content

simars/classify_plants_animals_tf

Repository files navigation



# Classifying Plant types using Transfer Learning # References

IJARCET-VOL-5-ISSUE-11-2664-2669.pdf

CodeLab by Google as a guide. Also this tutorial is quite helpful.

DataSet.

##Requirements s

  • Java 1.7+, maven

##Usage

  1. Checkout / Import Maven this maven project

  2. Run the LabelImageH3 (for plants) script to label the image. mvn -e compile exec:java -Dexec.mainClass="LabelImageH3" -Dexec.args="inception_plants3h <path_to_file>"

  3. Run the LabelImage (for animals) script to label the image. mvn -e compile exec:java -Dexec.mainClass="LabelImage" -Dexec.args="inception_animals5h <path_to_file>"