Code Monkey home page Code Monkey logo

quarrying-plant-id's Introduction

Features

  • Identify 4,066 plant taxa (maybe genus, species, subspecies, variety, etc.).
  • Model size is 29.5M; top1/top5 accuracy is 0.848/0.959.
  • Open-source model, easy-to-use interface.
  • Update continuously.

Installation

You need install Anaconda, then run below:

git clone https://github.com/quarrying/quarrying-plant-id.git
cd quarrying-plant-id
conda create -n plantid python=3.6 -y
conda activate plantid
pip install -r requirements.txt

Usage

Method I: Python Interface

import cv2
import plantid

plant_identifier = plantid.PlantIdentifier()
image = cv2.imread(image_filename)
outputs = plant_identifier.identify(image, topk=5)
if outputs['status'] == 0:
    print(outputs['results'])
else:
    print(outputs)

You can also see demo.py.

Method II: Website

Goto https://www.quarryman.cn/plant which powered by this repo.

Method III: Telegram

For those who use telegram, the algorithm is now deployed on Yuuka.

Details

See https://zhuanlan.zhihu.com/p/364346303.

ChangeLog

  • 20211024 Release model which supports 4066 plant taxa, top1/top5 accuracy is 0.848/0.959.
  • 20210905 Release model which supports 2759 plant taxa, top1/top5 accuracy is 0.890/0.971.
  • 20210718 Release model which supports 2002 plant taxa.
  • 20210609 Release model which supports 1630 plant taxa.
  • 20210413 Release model which supports 1320 plant taxa.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.