Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.41 KB

README.md

File metadata and controls

28 lines (20 loc) · 1.41 KB

TFLite Android Flowers Classfication

五種花朵辨識。Transfer Learning using Mobilenet。

  • training(3440)

Flowers

daisy dandelion rose sunflower tulip

Mobilenet

Transfer learning and fine-tuning.

  • Input size: 224*224
  • mode: tf ( will scale pixels between -1 and 1 ) 除以127.5,然後減 1。

Reference