facebookresearch / facebookresearch/co-tracker

Not really an online point tracking method

Open
#144 6 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.