Skip to content

自行收集0到5的手勢圖片集,使用MXnet Gluon API定義一個CNN model 作為訓練網路模型,以訓練手勢圖像的數字分類。經過多方嘗試,以DenseNet作為網路模型效果最佳。此專題旨在累積1. Manually collect dataset for machine learning 2. Pre-process images for neural network 3. Train a neural network with Gluon API 的經驗。

Notifications You must be signed in to change notification settings

yuhsuanlin23130/Classifying-Images-of-Hand-Signs-2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

說明

以DenseNet作為網路模型架構,訓練手勢圖像的數字的分類與預測,前處理包含圖片蒐集、Image Augmentation、資料集生成。test accuracy約為85%。

執行環境

Python3 + Jupyter Notebook
MXnet

目錄結構說明

  • training7: 3878 training images (included image augmentation)
  • testing: 300 testing images
  • preprocess.ipynb: Resize原始圖片, Image Augmentation
  • train.ipynb: 資料集生成, DenseNet模型建構與訓練, 模型測試
  • net.params: 最終模型參數

About

自行收集0到5的手勢圖片集,使用MXnet Gluon API定義一個CNN model 作為訓練網路模型,以訓練手勢圖像的數字分類。經過多方嘗試,以DenseNet作為網路模型效果最佳。此專題旨在累積1. Manually collect dataset for machine learning 2. Pre-process images for neural network 3. Train a neural network with Gluon API 的經驗。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published