Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provided pretrained models of STARK in SOT #443

Merged
merged 11 commits into from
Mar 1, 2022

Conversation

JingweiZhang12
Copy link
Collaborator

No description provided.

@codecov
Copy link

codecov bot commented Feb 28, 2022

Codecov Report

Merging #443 (2556d84) into master (dbe1438) will increase coverage by 0.42%.
The diff coverage is n/a.

❗ Current head 2556d84 differs from pull request most recent head 9403ee5. Consider uploading reports for the commit 9403ee5 to get more accurate results

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #443      +/-   ##
==========================================
+ Coverage   72.04%   72.46%   +0.42%     
==========================================
  Files         121      121              
  Lines        7054     7054              
  Branches     1332     1332              
==========================================
+ Hits         5082     5112      +30     
+ Misses       1564     1539      -25     
+ Partials      408      403       -5     
Flag Coverage Δ
unittests 72.37% <ø> (+0.35%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
mmtrack/models/track_heads/stark_head.py 97.45% <ø> (+5.09%) ⬆️
mmtrack/models/reid/base_reid.py 78.26% <0.00%> (-8.70%) ⬇️
mmtrack/models/trackers/base_tracker.py 84.73% <0.00%> (-1.53%) ⬇️
mmtrack/datasets/pipelines/transforms.py 88.07% <0.00%> (+0.91%) ⬆️
mmtrack/datasets/sot_train_dataset.py 85.85% <0.00%> (+1.01%) ⬆️
mmtrack/models/sot/siamrpn.py 81.56% <0.00%> (+1.67%) ⬆️
mmtrack/datasets/pipelines/processing.py 78.44% <0.00%> (+4.31%) ⬆️
mmtrack/models/trackers/tracktor_tracker.py 79.06% <0.00%> (+15.11%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dbe1438...9403ee5. Read the comment docs.

Comment on lines 7 to 24
In this paper, we present a new tracking architecture with
an encoder-decoder transformer as the key component. The
encoder models the global spatio-temporal feature depen-
dencies between target objects and search regions, while
the decoder learns a query embedding to predict the spa-
tial positions of the target objects. Our method casts object
tracking as a direct bounding box prediction problem, with-
out using any proposals or predefined anchors. With the
encoder-decoder transformer, the prediction of objects just
uses a simple fully-convolutional network, which estimates
the corners of objects directly. The whole method is end-
to-end, does not need any postprocessing steps such as co-
sine window and bounding box smoothing, thus largely sim-
plifying existing tracking pipelines. The proposed tracker
achieves state-of-the-art performance on five challenging
short-term and long-term benchmarks, while running at
real-time speed, being 6× faster than Siam R-CNN.
Code and models are open-sourced at [here](https://github.com/researchmm/Stark).
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The abstract should be in one line

@@ -326,8 +326,6 @@ def __init__(self,
assert isinstance(frozen_modules, list)
for module in frozen_modules:
m = getattr(self, module)
# TODO: Study the influence of eval mode. The official code
# doesn't freeze BN in `frozen_modules`.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we have a conclusion about this TODO?

@GT9505 GT9505 changed the title [Docs] Add docs and models about STARK [Docs] provided pretrained models of STARK Mar 1, 2022
@GT9505 GT9505 changed the title [Docs] provided pretrained models of STARK Provided pretrained models of STARK Mar 1, 2022
@GT9505 GT9505 changed the title Provided pretrained models of STARK Provided pretrained models of STARK in SOT Mar 1, 2022
@GT9505 GT9505 merged commit c8ddba2 into open-mmlab:master Mar 1, 2022
@JingweiZhang12 JingweiZhang12 deleted the model_docs branch October 13, 2022 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants