mirror of
https://github.com/yakhyo/uniface.git
synced 2026-05-16 05:27:53 +00:00
* feat: Add BYTETrack for face/person tracking * docs: Update documentation * ref: Update tools folder file naming and imports * docs: Update jupyter notebook examples * ref: Rename the file and remove duplicate codes * docs: Update README.md * chore: Update description in mkdocs, add keywords for face tracking * docs: Add announcement section * feat: Remove expand bbox for tracking and update docs
8 lines
332 B
HTML
8 lines
332 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block announce %}
|
|
<a href="https://github.com/yakhyo/uniface" target="_blank" rel="noopener">
|
|
Support our work — give UniFace a <span class="twemoji">{% include ".icons/octicons/star-fill-16.svg" %}</span> on <strong>GitHub</strong> and help us reach more developers!
|
|
</a>
|
|
{% endblock %}
|