-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add two parameters for face clustering.
- Loading branch information
1 parent
93af161
commit 3b77d8d
Showing
4 changed files
with
3 additions
and
4 deletions.
There are no files selected for viewing
Submodule analyser
updated
12 files
Submodule backend
updated
33 files
Submodule frontend
updated
17 files
+207 −7 | package-lock.json | |
+2 −0 | package.json | |
+7 −10 | src/App.vue | |
+202 −186 | src/components/History.vue | |
+83 −23 | src/components/ModalPlugin.vue | |
+34 −64 | src/components/ModalVideoUpload.vue | |
+318 −0 | src/components/PersonGraph.vue | |
+3 −1 | src/components/PersonOverview.vue | |
+1 −1 | src/components/PlaceCard.vue | |
+8 −48 | src/components/PluginMenu.vue | |
+4 −14 | src/components/ShotsOverview.vue | |
+11 −8 | src/components/WordcloudCard.vue | |
+21 −4 | src/locales/en.json | |
+2 −2 | src/plugins/draw/hist_timeline.js | |
+10 −13 | src/views/Home.vue | |
+4 −3 | src/views/Login.vue | |
+29 −5 | src/views/VideoAnalysis.vue |
Submodule inference-bentoml
deleted from
cb9222