facebookresearch / facebookresearch/co-tracker
Not really an online point tracking method
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 5.1k
- Forks
- 389
- PR merge metrics
- No merged PRs in 30d
Description
Fantastic work team. Im quite impressed.
Having said this, the online point tracker does not permit window_len < 16 due to error with time_emb dims that are loaded from ckpt.
Is there anyway to reduce the window length down? If not, what other online point tracking methods are there?
Thanks
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the online point tracker failure with window_len below 16 and inspect how time_emb dimensions are loaded from the checkpoint. Trace the online tracker entry point and determine whether smaller windows can be supported; done means the requested window length works without dimension errors or the supported limits and alternative methods are documented.
Written by the indexing model from the issue text.
Assessment
- Domain
- computer-vision, machine-learning
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100