All Projects → Kazuhito00 → Qiita-AdventCalendar-20201212-OpenCV

Kazuhito00 / Qiita-AdventCalendar-20201212-OpenCV

Licence: other
Qiita OpenCV アドベントカレンダー(2020年12月12日)の投稿用のサンプル集です。OpenCVでのデモ時に見栄えを工夫したものをまとめています。

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Qiita-AdventCalendar-20201212-OpenCV

vscode-qiita
🔍 Smart Qiita integration for Visual Studio Code
Stars: ✭ 31 (-6.06%)
Mutual labels:  qiita
alfred-qiita-workflow
Qiita on Alfred
Stars: ✭ 57 (+72.73%)
Mutual labels:  qiita
kotlin-news-reader
A simple news reader with Kotlin.
Stars: ✭ 14 (-57.58%)
Mutual labels:  qiita
q-accelerator
Qiitaでの活動を加速させるChrome拡張機能
Stars: ✭ 63 (+90.91%)
Mutual labels:  qiita
AtCoderClans
【非公式】AtCoderがもっと楽しくなるリンク集です。有志による非公式サービス・ツール・ライブラリ・記事などをまとめています。
Stars: ✭ 74 (+124.24%)
Mutual labels:  qiita
qiita-pocket
あとで読むQiita APP (Swift4.0 / Xcode9)
Stars: ✭ 36 (+9.09%)
Mutual labels:  qiita
qiita-lgtm-ranking
Qiita の LGTM ランキング記事を毎日自動更新するシステム。
Stars: ✭ 38 (+15.15%)
Mutual labels:  qiita

Qiita-AdventCalendar-20201212-OpenCV

Qiita OpenCV アドベントカレンダー(2020年12月12日)の投稿「OpenCVでのデモの見栄えを工夫したまとめ(ディープラーニング系)」のサンプル集です。
OpenCVでのデモ時に見栄えを工夫したものをまとめています。
各モデル毎にライセンスが異なるため、ご注意下さい。

Requirements

  • Tensorflow 2.3.0 or Later
  • tf-slim 1.1.0 or Later (08_style_transfer_demo.pyを動かすときのみ)
  • OpenCV 3.4.2 or Later
  • Pillow 6.1.0 or Later

01.画像分類(Classification)

01
ソースコード:01_classification_demo.py
実行方法:python 01_classification_demo.py
ライセンス:Apache-2.0

02.画像分類(Classification)

02
ソースコード:02_classification_demo.py
実行方法:python 02_classification_demo.py
ライセンス:Apache-2.0

03.顔検出(Face Detection)

03
ソースコード:03_face_detection_demo.py
実行方法:python 03_face_detection_demo.py
ライセンス:MIT
参照リポジトリ:Star-Clouds/CenterFace のモデルとスクリプトを参考にしています

04.物体検出(Object Detection)

04
ソースコード:04_hand_detection_demo.py
実行方法:python 04_object_detection_demo.py
ライセンス:MIT

05.物体検出(Object Detection)

05
ソースコード:05_finger_frame_detection_demo.py
実行方法:python 01_classification_demo.py
ライセンス:MIT

06.物体検出(Object Detection)

06
ソースコード:06_naruto_hand_sign_demo.py
実行方法:python 01_classification_demo.py
ライセンス:MIT

07.画像セグメンテーション(Semantic Segmentation)

07
ソースコード:07_semantic_segmentation_demo.py
実行方法:python 01_classification_demo.py
ライセンス:Apache-2.0
参照リポジトリ:tensorflow/models のDeepLab v3モデルとスクリプトを参考にしています

08.画像変換(Style Transfer)

08
ソースコード:08_style_transfer_demo.py
実行方法:python 01_classification_demo.py
ライセンス:CC BY-NC-SA 4.0
参照リポジトリ:SystemErrorWang/White-box-Cartoonization のモデルとスクリプトを参考にしています

Authors

高橋かずひと(https://twitter.com/KzhtTkhs)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].