Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 503 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 503 Bytes

ML.ImagesClassification

通过 ML.NET 和 TensorFlow 实现图片分类的 Demo

如何开始

  • assets.zip 解压到程序运行目录的 assets 文件夹中,如 .\bin\Debug\net5.0\assets
  • 调试或运行项目
  • 得到如下输出结果
Image: 水缸里的某种鱼.jpg predicted as: 金鱼 with score: 0.99946415
Image: 河里面的某种鱼.jpg predicted as: 河鲜 with score: 0.8289868
Image: 海洋里的某种鱼.jpg predicted as: 鲨鱼 with score: 0.9994613