Giter VIP home page Giter VIP logo

earlyflowers's Introduction

EarlyFlowers

using ml5.js and p5.js to detect flowers by webcam

Preparation of the images

to scale the images into 244x244 i use two bash scripts inside the folder

Scale the images and crop around center

for i in .; do mogrify -resize "244^>" -gravity center -crop 244x244+0+0 $i; done

Rename images

ls | cat -n | while read n f; do mv "$f" "$n.jpg"; done

JSON-Generation

python python_json img/ > json_ml5data.json

earlyflowers's People

Contributors

gitalm avatar

Stargazers

 avatar

Watchers

 avatar

earlyflowers's Issues

always "Schluesselblume"

Hi, I was checking this project and because I was wondering how it works I tested it. I think there is some kind of bug because even if I drag&drop "Hufflattich" (even image from your data) it says that it is "Schluesselblume".

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.