Skip to content

Commit 90ab355

Browse files
authored
Update README.md
1 parent 8e99bcb commit 90ab355

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,18 @@ We provide some raw scripts used in our daily research. Some of them may be usef
2727

2828
Official implementation of the Ocean tracker. Ocean proposes a general anchor-free based tracking framework. It includes a pixel-based anchor-free regression network to solve the weak rectification problem of RPN, and an object-aware classification network to learn robust target-related representation. Moreover, we introduce an effective multi-scale feature combination module to replace heavy result fusion mechanism in recent Siamese trackers. This work also serves as the baseline model of OceanPlus. An additional **TensorRT** toy demo is provided in this repo.
2929

30-
<div style="align: center">
31-
<img src="https://github.com/penghouwen/TracKit/blob/master/demo/Ocean_overview.jpg" height="300" alt="Ocean"/><br/>
32-
<div style="align: center">
30+
<div align="center">
31+
<img src="https://github.com/penghouwen/TracKit/blob/master/demo/Ocean_overview.jpg" height="300" alt="Ocean"/><br/>
32+
<!-- <p>Example SiamFC, SiamRPN and SiamMask outputs.</p> -->
33+
</div>
34+
3335

3436
<div align="center">
3537
<img src="demo/ocean1.gif" width="800px" />
3638
<!-- <p>Example SiamFC, SiamRPN and SiamMask outputs.</p> -->
3739
</div>
3840

41+
3942
### OceanPlus
4043
Paper and Code will be released soon.
4144

0 commit comments

Comments
 (0)