An open API service indexing awesome lists of open source software.

https://github.com/edisdev/object-detection-example

Object Detection with P5 & ML5 js
https://github.com/edisdev/object-detection-example

ml5js object-detection p5js

Last synced: about 1 year ago
JSON representation

Object Detection with P5 & ML5 js

Awesome Lists containing this project

README

          

# object-detection-example
Object Detection with P5 & ML5 js

Öncelikle `objects-{}.js` dosyalarından herhangi birinde objelerini belirtin.
Bellirlediğiniz objelerin 2 tane özelliği olmalı.
* name = isim
* keypress = herhangi tuşa basınca eğitilecek olan örneğin ekleneceği.

Daha sonra nesnelerinizin tanınması için gerekli örnekleri eklediğinizde (ve bundan emin olduğunuzda ) `s` tuşuna basarak oluşan
modeli indirip proje dizinine alınız.
En son olarak ise `modelReady` fonksiyonunda bu modeli yükleyiniz.

İyi eğlenceler ✨