-
Notifications
You must be signed in to change notification settings - Fork 597
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
[Feature] Support STARK test #440
Conversation
img, bbox, self.test_cfg['template_factor'], | ||
self.test_cfg['template_size'] | ||
) # z_patch of shape [1,C,H,W]; z_mask of shape [1,H,W] | ||
z_patch = normalize( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggest use mmcv.imnormalize
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ignore this comment, just remember that mmcv.imnormalize
needs ndarray.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix the lint error, then we can merge this PR.
Codecov Report
@@ Coverage Diff @@
## master #440 +/- ##
==========================================
+ Coverage 71.72% 72.10% +0.37%
==========================================
Files 121 121
Lines 6954 7015 +61
Branches 1326 1332 +6
==========================================
+ Hits 4988 5058 +70
+ Misses 1561 1550 -11
- Partials 405 407 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
No description provided.