We lifted 5 functions out of this paper's own repositories and ran 4 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| mingyuw/tracker_209as | reimplementation | 4 of 5 |
| Function | Status | Where it lives |
|---|---|---|
| Image_to_Tensor | Ran | mingyuw/tracker_209as/sources/apps/my_apps/tracker_siamfc/siamese.py pointer only (licence: NONE) · get_code("0395a0f570a5026e") |
| convert_bbox_format | Ran | mingyuw/tracker_209as/sources/apps/my_apps/tracker_siamfc/siamtracker.py pointer only (licence: NONE) · get_code("08d163cde05cafcc") |
| get_center | Ran | mingyuw/tracker_209as/sources/apps/my_apps/tracker_siamfc/siamtracker.py pointer only (licence: NONE) · get_code("ddb1892b33c56636") |
| load_matconvnet | Ran | mingyuw/tracker_209as/sources/apps/my_apps/tracker_siamfc/siamese.py pointer only (licence: NONE) · get_code("d1ae606ea0237e02") |
| load_siamfc_from_matconvnet | Not yet run | mingyuw/tracker_209as/sources/apps/my_apps/tracker_siamfc/siamese.py pointer only (licence: NONE) · get_code("8f58945195222bc6") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Visual tracking problem demands to efficiently perform robust classification and accurate target state estimation over a given target at the same time. Former methods have proposed various ways of target state estimation, yet few of them took the particularity of the visual tracking problem itself into consideration. After a careful analysis, we propose a set of practical guidelines of target state estimation for high-performance generic object tracker design. Following these guidelines, we design our Fully Convolutional Siamese tracker++ (SiamFC++) by introducing both classification and target state estimation branch(G1), classification score without ambiguity(G2), tracking without prior knowledge(G3), and estimation quality score(G4). Extensive analysis and ablation studies demonstrate the effectiveness of our proposed guidelines. Without bells and whistles, our SiamFC++ tracker achieves state-of-the-art performance on five challenging benchmarks(OTB2015, VOT2018, LaSOT, GOT-10k, TrackingNet), which proves both the tracking and generalization ability of the tracker. Particularly, on the large-scale TrackingNet dataset, SiamFC++ achieves a previously unseen AUC score of 75.4 while running at over 90 FPS, which is far above the real-time requirement. Code and models are available at: https://github.com/MegviiDetection/video_analyst .
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("1911.06188")
get_code_for_paper("1911.06188")
have("1911.06188")
Connect an agent — have() is free.