Skip to content

書籍「Pythonで学ぶ画像認識」のコードを配置したリポジトリです

License

Notifications You must be signed in to change notification settings

ShuN6211/python_image_recognition

Repository files navigation

Pythonで学ぶ画像認識

対象とする内容

  1. 画像処理の基礎
    1. 平滑化フィルタ
    2. 畳み込み演算を使った特徴抽出
    3. アテンションを使った特徴抽出
  2. 画像分類
    1. 順伝播型ニューラルネットワーク
    2. 畳み込みニューラルネットワーク(ResNet18)
    3. Vision Transformer
  3. 物体検出
    1. RetinaNet
    2. DERT
  4. 画像キャプショニング
    1. Show and tell
    2. Show, attend and tell
    3. Transformer captioning

疑問点・修正点

Issueにて疑問点や修正点を管理しています。

https://github.com/py-img-recog/python_image_recognition/issues

About

書籍「Pythonで学ぶ画像認識」のコードを配置したリポジトリです

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.8%
  • Python 0.2%