Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #275 from FIRST-Tech-Challenge/pr_median_flow_default
Browse files Browse the repository at this point in the history
Make MedianFlow the default tracking algorithm.
  • Loading branch information
lizlooney authored Sep 9, 2022
2 parents 558b857 + dc01a96 commit 64a80cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/app_engine/templates/labelVideo.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<label for="trackerSelect" class="text-18">Algorithm:</label>&nbsp;
<select id="trackerSelect" class="text-18">
<option value="CSRT">CSRT</option>
<option value="MedianFlow">MedianFlow</option>
<option value="MedianFlow" selected>MedianFlow</option>
<option value="MIL">MIL</option>
<option value="MOSSE">MOSSE</option>
<option value="TLD">TLD</option>
Expand Down

0 comments on commit 64a80cb

Please sign in to comment.