I know that we can do feature matching across a temporal sequence of images to check which features belong to the same object.

So, for example, in the first image, I can create a bounding box for an object, and then I can run SIFT on that image and get the features inside the bounding box for that image. Then, I can check which features in the next image and the ones after that match with the set of features in my first image (the ones inside the bounding box) and get bounding boxes for the object in the subsequent frames.

However, I was wondering if there is a deep learning-based method to achieve the same result in an arguably better way.

More Muhammad Sarim Mehdi's questions See All
Similar questions and discussions