Recognition of one upper body gesture

4 ビュー (過去 30 日間)
Nicolai Denzel
Nicolai Denzel 2018 年 6 月 6 日
回答済み: Prajit T R 2018 年 6 月 12 日
Hello everybody,
I want to develop a programm which can recognize pedestrains with a 90 degree arm position.
At the moment I try to solve the problem with a pretrained deep learning network.
I will make one folder with pictures from the correct gesture and one folder with false gestures.
Are there any other suggestions to solve the problem? I am new in image processing and write the programm for a school project.
I would be very pleased about a few tipps.
Best regards
Nicolai Denzel

採用された回答

Prajit T R
Prajit T R 2018 年 6 月 12 日
Hi Nicolai
It would be better if you have a larger training set with both positive and negative categories represented.
Here’s a link that can shed some light about image classification using deep learning: https://www.mathworks.com/help/vision/examples/object-detection-using-deep-learning.html
In the above documentation, it is mentioned as follows: “First a CNN is pretrained using the CIFAR-10 data set, which has 50,000 training images. Then this pretrained CNN is fine-tuned for stop sign detection using just 41 training images. Without pretraining the CNN, training the stop sign detector would require many more images.”
You could try to pretrain the image on the large generic dataset like CIFAR-10 before training it for your specific requirement as mentioned in the documentation example. To obtain a better accuracy for classification, as with other neural networks, you may need more epochs of training.
I suggest the following steps:
1) Pre-train the network on a large dataset first as discussed above.
2) You could try tuning some parameters like 'MiniBatchSize', 'InitialLearnRate', 'MaxEpochs'.
3) Increase the training dataset size.
As the network is being trained, you can observe the accuracy over various epochs. Repeat the above steps until you get a suitable accuracy.
Hope this helps
Prajit

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeRecognition, Object Detection, and Semantic Segmentation についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by