animal video tracking and deep learning
8 views (last 30 days)
Show older comments
Hi
I want to track a animal in my recorded video. I tried computer vision toolbox but it is not very accurate for this type of tracking. The recording is from top and the animal runs in a maze. I want to track body and head. The next step is classifying the movements (turns in the maze) in video using deep learning but I do not have a trained network. I am not sure if I should use transfer learning or move to unsupervised machine learning!
0 Comments
Answers (1)
Aditya Mittal
on 23 Apr 2020
Since the animal run in maze.
And i have the proper knowledge of orientation of maze frame.
I can simply add a camera above the maze framework.
The camera will give the frames for video.
1. I am assuming since its ur dog, u have a photo of dog.
Now, in each frame, u can simply has to detect that body photo in frame and make a boundary using any unsupervised learning.
2. We can use each frame and see the temporal difference of changes done in maze. And since we have knowledge of maze we can find the movements.
Simply there is no need of much deep learning in this case.
Just simple CV tools and logics will handle it.
0 Comments
See Also
Categories
Find more on Labyrinth problems 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!