@scrypted/nvr 0.8.80 → 0.8.82

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,29 @@
1
1
  <details>
2
2
  <summary>Changelog</summary>
3
3
 
4
+ ### 0.8.81
5
+
6
+ nvidia may fail after ffmpeg start with no frames
7
+ beta
8
+
9
+
10
+ ### 0.8.80
11
+
12
+ crop square from top of person detection face detect
13
+ fixup centroid dropout constants
14
+ fix infinite loop in centroid dropout
15
+ add centroid and cluster dropouts for relearning
16
+ use k-means clustering to remove redundant faces
17
+ rework embeddings dirty state
18
+ face recog updates
19
+ fix lastHit metering
20
+ merge known/unkown and recreate on canonical label
21
+ create separate kd-tree for known vs unknown
22
+ fix event thumbnail ghosts
23
+ redeuce decoder logging
24
+ massage labelled faces server side
25
+
26
+
4
27
  ### 0.8.79
5
28
 
6
29
  improve spurious retention of labels
package/dist/plugin.zip CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scrypted/nvr",
3
- "version": "0.8.80",
3
+ "version": "0.8.82",
4
4
  "scripts": {
5
5
  "scrypted-setup-project": "scrypted-setup-project",
6
6
  "prescrypted-setup-project": "scrypted-package-json",
@@ -65,6 +65,7 @@
65
65
  "tmp-promise": "^3.0.3"
66
66
  },
67
67
  "devDependencies": {
68
+ "@scrypted/client": "^1.3.5",
68
69
  "@types/node": "^20.12.7",
69
70
  "@types/uuid": "^9.0.8",
70
71
  "assemblyscript": "^0.27.27",