tensorflow: remove unnecessary models

This commit is contained in:
Koushik Dutta
2021-10-17 13:14:14 -07:00
parent 33e466b992
commit ec307f908b
13 changed files with 13 additions and 4 deletions

View File

@@ -1 +0,0 @@
./face-api.js/weights

View File

@@ -0,0 +1 @@
../face-api.js/weights/face_landmark_68_model-shard1

View File

@@ -0,0 +1 @@
../face-api.js/weights/face_landmark_68_model-weights_manifest.json

View File

@@ -0,0 +1 @@
../face-api.js/weights/face_landmark_68_tiny_model-shard1

View File

@@ -0,0 +1 @@
../face-api.js/weights/face_landmark_68_tiny_model-weights_manifest.json

View File

@@ -0,0 +1 @@
../face-api.js/weights/face_recognition_model-shard1

View File

@@ -0,0 +1 @@
../face-api.js/weights/face_recognition_model-shard2

View File

@@ -0,0 +1 @@
../face-api.js/weights/face_recognition_model-weights_manifest.json

View File

@@ -0,0 +1 @@
../face-api.js/weights/ssd_mobilenetv1_model-shard1

View File

@@ -0,0 +1 @@
../face-api.js/weights/ssd_mobilenetv1_model-shard2

View File

@@ -0,0 +1 @@
../face-api.js/weights/ssd_mobilenetv1_model-weights_manifest.json

View File

@@ -1,12 +1,12 @@
{
"name": "@scrypted/tensorflow",
"version": "0.0.4",
"version": "0.0.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@scrypted/tensorflow",
"version": "0.0.4",
"version": "0.0.5",
"license": "Apache-2.0",
"dependencies": {
"@scrypted/common": "file:../../common",

View File

@@ -1,6 +1,6 @@
{
"name": "@scrypted/tensorflow",
"version": "0.0.4",
"version": "0.0.5",
"description": "Motion Detection for VideoCameras.",
"author": "Scrypted",
"license": "Apache-2.0",