refactor: rename Face Cluster to Face Deduplication in LibraryView
- Update processor label from 'Face Cluster' to 'Face Deduplication' - More accurate description of face_cluster processor functionality
This commit is contained in:
@@ -191,7 +191,7 @@
|
||||
<button class="ms-proc-redo" @click.stop="redoProcessor('asrx')" title="Re-run ASRX">🔄</button>
|
||||
</div>
|
||||
<div class="ms-proc-line" :class="procStatusClass('face_cluster')">
|
||||
<label class="ms-fm-check-label"><input type="checkbox" v-model="procFaceCluster"> Face Cluster</label>
|
||||
<label class="ms-fm-check-label"><input type="checkbox" v-model="procFaceCluster"> Face Deduplication</label>
|
||||
<span class="ms-proc-status">{{ procStatusIcon('face_cluster') }}</span>
|
||||
<span class="ms-proc-count" @click.stop="viewProcessorJson('face_cluster')">{{ procCountLabel('face_cluster', 'frame') }}</span>
|
||||
<button class="ms-proc-redo" @click.stop="redoProcessor('face_cluster')" title="Re-run Face Cluster">🔄</button>
|
||||
|
||||
Reference in New Issue
Block a user