Use RNN to detect key frames in a video
Show older comments
Hello Mr/Ms,
I want to use RNN network to get sequence of frames and output another sequence of key frames.
How can I achieve that purpose?
Thanks,
3 Comments
Walter Roberson
on 24 Sep 2018
That is an algorithm question, not a MATLAB question.
Hossam Elshahaby
on 24 Sep 2018
Walter Roberson
on 24 Sep 2018
That is an algorithm question, not a MATLAB question. It is also a different algorithm question than was originally asked as key frame detection does not have much to do with ocr.
Answers (1)
Walter Roberson
on 24 Sep 2018
0 votes
MATLAB has an ocr() function. You can train the underlying neural network with text in a variety of orientations.
2 Comments
Hossam Elshahaby
on 24 Sep 2018
Edited: Hossam Elshahaby
on 24 Sep 2018
Walter Roberson
on 24 Sep 2018
This is resource for asking questions about how MATLAB works, for helping debug existing code, for helping locate MATLAB functions with specific purpose like "weibel fitting". It is not a resource for researching what imafe processing or deep learning algorithms exist and their tradeoffs.
Categories
Find more on Keypoint Detection in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!