first pass of allowing to scan for all files in import and storage paths <- works, and showing all unknown faces to handle them somehow - very rudimentary
This commit is contained in:
@@ -74,7 +74,10 @@
|
||||
<div class="dropdown-menu" aria-labelledby="PersonMenu">
|
||||
<a class="dropdown-item" href="{{url_for('new_person')}}">Create Person</a>
|
||||
<a class="dropdown-item" href="{{url_for('persons')}}">Show People</a>
|
||||
<a class="dropdown-item" href="{{url_for('aistats')}}">View stats of matched faces</a>
|
||||
<a class="dropdown-item" href="{{url_for('aistats')}}">View stats of matches</a>
|
||||
<a class="dropdown-item" href="{{url_for('run_ai_on_import')}}">Match in import path(s) </a>
|
||||
<a class="dropdown-item" href="{{url_for('run_ai_on_storage')}}">Match in storage path(s) </a>
|
||||
<a class="dropdown-item" href="{{url_for('unmatched_faces')}}">Show unmatched</a>
|
||||
</div>
|
||||
</div class="nav-item dropdown">
|
||||
<div class="nav-item dropdown">
|
||||
|
||||
Reference in New Issue
Block a user