hand-gesture-recognition-using-mediapipe. MediaPipe(Python版)を用いて手の姿勢推定を行い、検出したキーポイントを用いて、簡易なMLPでハンドサインとフィンガージェスチャーを認識するサンプルプログラムです。(Estimate hand pose using MediaPipe(Python version). This is a sample program that recognizes hand signs and finger gestures with a simple MLP using the detected key points.)
750Image-Processing-Node-Editor. 処理の検証や比較検討での用途を想定したノードエディターベースの画像処理アプリ(A node editor-based image processing application intended for use in processing verification and comparison studies)
563mediapipe-python-sample. MediaPipeのPythonパッケージのサンプルです。2024/9/1時点でPython実装のある15機能について用意しています。
338Tokyo2020-Pictogram-using-MediaPipe. MediaPipeで姿勢推定を行い、Tokyo2020オリンピック風のピクトグラムを表示するデモ
302NARUTO-HandSignDetection. 物体検出を用いてNARUTOの印(子~亥、壬、合掌)を検出するモデルとサンプルプログラムです。このリポジトリでは、YOLOXを使用しています(This is a model and sample program that detects NARUTO's hand sign using object detection. This repository use YOLOX.)
288OpenCV-Object-Tracker-Python-Sample. Python版OpenCVのTracking APIの比較サンプル
81MOT-Tracking-by-Detection-Pipeline. Tracking-by-Detection形式のMOT(Multi Object Tracking)について、 DetectionとTrackingの処理を分離して寄せ集めたフレームワーク(Tracking-by-Detection method MOT(Multi Object Tracking) is a framework that separates the processing of Detection and Tracking.)
70AnimeGANv2-ONNX-Sample. 「PyTorch Implementation of AnimeGANv2」のPythonでのONNX推論サンプル
67MoveNet-Python-Example. MoveNetを用いたPythonでの姿勢推定のデモ
66OpenCV-CameraCalibration-Example. OpenCVを用いたカメラキャリブレーションのサンプルです。2021/06/21時点でPython実装のある3種類(通常カメラ向け、魚眼レンズ向け(fisheyeモジュール)、全方位カメラ向け(omnidirモジュール))について用意しています。
60YOLOX-Colaboratory-Training-Sample. YOLOXをGoogle Colaboratory上で訓練しONNX、TensorFlow-Lite形式のファイルをエクスポートするサンプル(This is a sample to train YOLOX on Google Colaboratory and export a file in ONNX format)
52PaddleOCRv3-ONNX-Sample. PaddleOCRv3のPythonでのONNX推論サンプル
50hand-keypoint-classification-model-zoo. hand-gesture-recognition-using-mediapipe のキーポイント分類を寄せ集めたリポジトリ
47sahi-yolox-onnx-sample. SAHI(Slicing Aided Hyper Inference)をYOLOX(ONNX)で動かしたサンプル
44YOLOX-ONNX-TFLite-Sample. YOLOXのPythonでのONNX、TensorFlow-Lite推論サンプルです。
43GrabCut-Annotation-Tool. OpenCVのGrabCut()を利用したセマンティックセグメンテーション向けアノテーションツール(Annotation tool using GrabCut() of OpenCV. It can be used to create datasets for semantic segmentation.)
40Person-Detection-using-RaspberryPi-CPU. Raspberry Pi 4のCPU動作を想定した人検出モデルとデモスクリプト
39iris-detection-using-py-mediapipe. MediaPipeのIris(虹彩検出)をPythonで動作させるデモです。
39Skin-Clothes-Hair-Segmentation-using-SMP. 3クラス(肌、服、髪)のセマンティックセグメンテーションを実施するモデル(A model that performs semantic segmentation of 3 classes(skin, clothes, hair))
39Tensorflow2-ObjectDetectionAPI-Colab-Hands-On. Tensorflow2 Object Detection APIのハンズオン用資料です(Hands-on documentation for the Tensorflow2 Object Detection API)
37Unity-Barracuda-Objectron-WebGL. Unity BarracudaでMediaPipe Objectron(Shoe)を動作させるサンプル
36XFeat-Image-Matching-ONNX-Sample. XFeatをONNXに変換し特徴点マッチングを行うサンプル
35Qiita-AdventCalendar-20201212-OpenCV. Qiita OpenCV アドベントカレンダー(2020年12月12日)の投稿用のサンプル集です。OpenCVでのデモ時に見栄えを工夫したものをまとめています。
337segment-display-reader. 7セグメントディスプレイの数値を認識するプログラム
32AprilTag-Detection-Python-Sample. AprilTagのPythonでの検出サンプル(AprilTag detection sample in Python)
31Informative-Drawings-ONNX-Sample. Informative DrawingsのPythonでのONNX推論サンプル
31yolox-bytetrack-mcmot-sample. yolox-bytetrack-sampleのマルチクラス拡張版
26omnidirectional-viewer-sample-using-opencv. OpenCVを利用した360度画像の簡易ビューア
26ByteTrack-ONNX-Sample. ByteTrack(Multi-Object Tracking by Associating Every Detection Box)のPythonでのONNX推論サンプル
26AnimeGANv2-Face-Overlay-Demo. 「PyTorch Implementation of AnimeGANv2」を用いて、生成した顔画像を元の画像に上書きするデモ
25OpenCV-Mesh-Deformation. OpenCVを用いてメッシュ変形を行うサンプル
25BiRefNet-ONNX-Sample. BiRefNetのPythonでのONNX変換・推論サンプル
24Lite-Mono-ONNX-Sample. 単眼深度推定モデルのLite-MonoのPythonでのONNX推論サンプル
23yolox-bytetrack-sample. YOLOXとByteTrackを用いたMOT(Multiple Object Tracking)のPythonサンプル
23albumentations-examples. 画像データ拡張ライブラリAlbumentationsのJupyter上での実行例。
21JINS-MEME-Python-WebSocketServer-Sample. JINS MEME(2021年モデル)のJINS MEME LoggerをPythonのWebSocketサーバーで受信するサンプル
21click-warpPolar. 3点クリックで円を指定し、極座標変換を行うサンプルプログラム
21YuNet-ONNX-TFLite-Sample. YuNetのPythonでのONNX、TensorFlow-Lite推論サンプル
20TFLite-ModelMaker-EfficientDet-Colab-Hands-On. TensorFlow Lite Model Makerで物体検出を行うハンズオン用資料です(Hands-on for object detection with TensorFlow Lite Model Maker)
19DIS-ONNX-Sample. 背景除去モデルであるDIS/IS-NetのPythonでのONNX推論サンプル
18MonocularDepthEstimator-Simple-Calibration. 単眼デプス推定で推定した相対距離をシンプルなキャリブレーションで絶対距離へ変換するプログラム
17Unity-MediaPipeJs-SendMessage-WebGL-Sample. ブラウザ上でMediaPipeを動かし、推論結果をJavaScript→Unity WebGL連携で表示するサンプルです。
17LearningToCountEverything-Colaboratory-Sample. LearningToCountEverythingをColaboratory上で動かすサンプル
17YOLOPv2-ONNX-Sample. YOLOPv2のPythonでのONNX推論サンプル
17open_nsfw_onnx_sample. NSFW画像検出モデル(open_nsfw_android)をColaboratory上で動かすサンプル
17FingerFrameDetection-TF2. Tensorflow2 Object Detection APIで作成したFinger Frame検出用のモデルです(This is a model for FingerFrame detection created by Tensorflow2 Object Detection API.)
16onnx-model-encrypt-sample. ONNXモデルをpyca/cryptographyを用いて暗号化/復号化するサンプル
16PlateYOLO-JP-Prototype. 日本のナンバープレート検出と認識の技術検証用プロトタイプ
16LDC-ONNX-Sample. LDC: Lightweight Dense CNN for Edge DetectionのPythonでのONNX推論サンプル
15object-detection-bbox-art. OpenCVを用いたバウンディングボックス装飾の作例集。
15XDoG-OpenCV-Sample. XDoG(Extended Difference of Gaussians)アルゴリズムを用いた線画抽出のサンプルです。
15Kazuhito00. Python
15FaceDetection-Anti-Spoof-Demo. なりすまし検出(anti-spoof-mn3)のWebカメラ向けデモ
14Draw-Audio-Spectrum-Using-OpenCV. オーディオスペクトラムや波形をOpenCVで描画するサンプル
14Pycon-mini-Tokai-2024-VLM-Colaboratory-Sample. PyCon mini 東海 2024 のトーク「Google Colaboratoryで試すVLM」で紹介したサンプル集
12MobileSAM-ONNX-Sample. MobileSAM のエンコーダー/デコーダーをONNXに変換し、推論するサンプル
12RO-GAN-using-Lightweight-GAN. Lightweight GANを用いてラグナロクオンラインのキャラクター画像を生成するGAN
12Bread-ONNX-Sample. Low-Light Image EnhancementモデルであるBreadのPythonでのONNX推論サンプル
11NARUTO-Sharingan-Iris-Overlay. MediaPipeのFaceMesh検出を用いて、虹彩部分に写輪眼(©NARUTO -ナルト-)を表示するプログラム
11