Read images sequence to be classified with LSTM
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Hi, I want to classify people's activities using deep learning architecture and with LSTM to take advantage of the time aspect.
So, I want to use image sequences. That is to say, each video contains several sequences of images because in a video I have more than one person.
So, i have Dataset folder contrain Train and Test subfolders, then i have 2 other subfolders 0 and 1 for each Train and Test folder , afterwards, in each 0 and 1 i have n subfolders for videos , finally in each video folder i have n sequence folders , these folders contain frames named 0000001.jpeg till nnnnnnn.jpeg. for better understanding i am attaching a pic of my hierarchy.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/467620/image.png)
After, these images sequences will be the inputs of LSTM unit and finally each sequence images will be classified as 0 for activity or 1 not activity using CNN architecture.
Please help me accessing these images sequences . waiting for your kind response.
0 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su Recognition, Object Detection, and Semantic Segmentation in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!