facebookresearch / facebookresearch/co-tracker

how to track a specified x-y point?

Open
#77 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
5.1k
Forks
389
PR merge metrics
No merged PRs in 30d

Description

I'm creating a car edit. I want to move around the car and focus on the logo. Suppose at the first frame, the logo is at (x0, y0). How to track the point (x0, y0) and then output as a list of coordinates, for example [(x1, y1), (x2, y2),...] (which means that the initial logo point (x0, y0) has moved to (x1, y1) at the second frame, to (x2, y2) at the third frame, etc,...) for every frames from second frame to the last frame of the video. So that later I can re-position the frames in such a way that those points in the list are centered in the screen.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.