fix(web): create face from video (#5544)

* fix: create face from video

* fix: remove comment

* fix: inaccurate bounding boxes
This commit is contained in:
martin
2023-12-08 05:18:33 +01:00
committed by GitHub
parent e4b24b6e04
commit bc65bbfcc4
4 changed files with 30 additions and 9 deletions

View File

@@ -635,6 +635,7 @@
{#if showEditFaces}
<PersonSidePanel
assetId={asset.id}
assetType={asset.type}
on:close={() => {
showEditFaces = false;
}}