ml5js/ml5-library

[teachable machine] Support Pose Model classification

Open

#678 geöffnet am 5. Nov. 2019

Auf GitHub ansehen
 (6 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (905 Forks)batch import
feature requesthelp wantedposenet

Repository-Metriken

Stars
 (6.136 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Dear ml5 community,

I'm submitting a new issue. Please see the details below.

→ Step 1: Describe the issue 📝

Did you find a bug? Want to suggest an idea for feature?

  • feature request

Making a note to add support for the new teachable machine Pose model classifier.

One thing I'm curious to get feedback on is:

  1. Should this be more like: ml5.poseNet(teachMachineModelUrl) or ml5.imageClassifier(teachMachineModelUrl) or
  2. ml5.KNNClassifier(teachMachineModelUrl)

cc/ @irealva @shiffman @yining1023

Contributor Guide