ml5.js
をテンプレートにして作成
LECTURE
担当科目一覧
コンピュータ概論/2024
データサイエンス/2024
3DCG演習/2024
情報デザイン研究/2024
卒業研究/2024
KEYWORDS
WEB DESIGN
SOCIAL DESIGN
SQUARES
LINKS
九州産業大学
芸術学部
芸術研究科
九産大美術館
九産大図書館
年間スケジュール
動画ニュース他
交通情報
気象・環境情報
危機に備えて
K'sLife
Office365Mail
Tools
SEARCH
開始行:
*ml5.js
https://ml5js.org/
~
ml5.jsは、[[TensorFlow.js]] をベースにしたJavaScriptの機...
~
~
**提供されいてる機械学習タスク
~
***画像関係
-ImageClassifier : 画像分類
-PoseNet : 姿勢推定
-BodyPix : 人体パーツのセグメンテーション
-UNET : 画像セグメンテーション
-FaceApi : 顔認識
-StyleTransfoer : 画像に任意のスタイルを適用
-pix2pix : 線画やモノクロ画像をカラー画像に変換
-CVAE : データ(画像のピクセルなど)をより小さな表現にエ...
-DCGAN : 画像生成
-SketchRNN : 初期パスからのスケッチ生成
-YOLO : 物体検出
~
***音声関係
-SoundClassification : サウンド分類
-PitchDetection : オーディオ信号のピッチまたは基本周波数...
~
***テキスト関係
-CharRNN : テキスト生成
-Sentiment : 感情予測
-Word2Vec : 単語のベクトル変換
~
~
**サンプルプログラム
&color(red){以下のコードは環境仕様の変更により動作しなく...
以下、公式サイトのサンプルをベースに、極力シンプルに書い...
~
***ImageClassifier
お手元の画像をDrag&Drop してお試し下さい。
-DEMO:https://koichi-inoue.github.io/ImageClassification/
-CODE:https://github.com/koichi-inoue/ImageClassification
~
***ImageClassifier WebCam
Webカメラの起動が求められます。カメラ画像はローカルで処理...
-DEMO:https://koichi-inoue.github.io/ImageClassification...
-CODE:https://github.com/koichi-inoue/ImageClassificatio...
~
***FaceApi
お手元の顔画像をDrag&Drop してお試し下さい。
-DEMO:https://koichi-inoue.github.io/FaceAPI/
-CODE:https://github.com/koichi-inoue/FaceAPI
~
***FaceApi WebCam
Webカメラの起動が求められます。カメラ画像はローカルで処理...
-DEMO:https://koichi-inoue.github.io/FaceAPI_webcam/
-CODE:https://github.com/koichi-inoue/FaceAPI_webcam
~
***PoseNet WebCam with [[p5.js]]
カメラに映った体の部位の座標を取得する poseNet のサンプル...
-DEMO:https://koichi-inoue.github.io/PoseNet_webcam_p5js...
-CODE:https://github.com/koichi-inoue/PoseNet_webcam_p5js
~
***公式サイト サンプル
-https://ml5js.github.io/ml5-examples/public/
~
~
~
終了行:
*ml5.js
https://ml5js.org/
~
ml5.jsは、[[TensorFlow.js]] をベースにしたJavaScriptの機...
~
~
**提供されいてる機械学習タスク
~
***画像関係
-ImageClassifier : 画像分類
-PoseNet : 姿勢推定
-BodyPix : 人体パーツのセグメンテーション
-UNET : 画像セグメンテーション
-FaceApi : 顔認識
-StyleTransfoer : 画像に任意のスタイルを適用
-pix2pix : 線画やモノクロ画像をカラー画像に変換
-CVAE : データ(画像のピクセルなど)をより小さな表現にエ...
-DCGAN : 画像生成
-SketchRNN : 初期パスからのスケッチ生成
-YOLO : 物体検出
~
***音声関係
-SoundClassification : サウンド分類
-PitchDetection : オーディオ信号のピッチまたは基本周波数...
~
***テキスト関係
-CharRNN : テキスト生成
-Sentiment : 感情予測
-Word2Vec : 単語のベクトル変換
~
~
**サンプルプログラム
&color(red){以下のコードは環境仕様の変更により動作しなく...
以下、公式サイトのサンプルをベースに、極力シンプルに書い...
~
***ImageClassifier
お手元の画像をDrag&Drop してお試し下さい。
-DEMO:https://koichi-inoue.github.io/ImageClassification/
-CODE:https://github.com/koichi-inoue/ImageClassification
~
***ImageClassifier WebCam
Webカメラの起動が求められます。カメラ画像はローカルで処理...
-DEMO:https://koichi-inoue.github.io/ImageClassification...
-CODE:https://github.com/koichi-inoue/ImageClassificatio...
~
***FaceApi
お手元の顔画像をDrag&Drop してお試し下さい。
-DEMO:https://koichi-inoue.github.io/FaceAPI/
-CODE:https://github.com/koichi-inoue/FaceAPI
~
***FaceApi WebCam
Webカメラの起動が求められます。カメラ画像はローカルで処理...
-DEMO:https://koichi-inoue.github.io/FaceAPI_webcam/
-CODE:https://github.com/koichi-inoue/FaceAPI_webcam
~
***PoseNet WebCam with [[p5.js]]
カメラに映った体の部位の座標を取得する poseNet のサンプル...
-DEMO:https://koichi-inoue.github.io/PoseNet_webcam_p5js...
-CODE:https://github.com/koichi-inoue/PoseNet_webcam_p5js
~
***公式サイト サンプル
-https://ml5js.github.io/ml5-examples/public/
~
~
~
ページ名: