Moe
8cc80a65c9
Make debugLog visible in configuration if not set
2020-05-04 08:38:13 -07:00
Moe
7bcfd6ec4c
update OpenCV installer for Ubuntu 19.10
2020-05-03 23:45:57 -07:00
Moe
d8ea9e2fcb
update pluginBase.js formatting
2020-05-03 22:40:45 -07:00
Moe
08bba843a6
clean up tensorflow install process
2020-05-03 22:21:24 -07:00
Moe
0eac960171
Fix plugin auto-reconnection
2020-05-03 09:52:58 -07:00
Moe
f33cb3e97b
sorting more friendly for monitor icons in side menu
2020-05-02 22:32:32 -07:00
Moe
38a6915b4a
minor UI adjustments to sidmenu
2020-05-02 18:53:15 -07:00
Moe
5dbeb8c5e5
Add Wallclock Timestamp toggle in Monitor Settings
2020-05-02 13:25:38 -07:00
Moe
ca4a3723e8
Update Face plugin tfjs version
2020-04-26 13:57:10 -07:00
Moe
9974315ade
fix plugin installation removing prior keys
2020-04-26 12:29:37 -07:00
Moe
49eb779f80
Update Face plugin to incorporate TensorFlow GPU handling update
2020-04-26 12:09:06 -07:00
Moe
474a3c599f
Update plugin TensorFlow GPU Install
2020-04-26 11:57:47 -07:00
Moe
5a63dd7385
Update tfjs versions
2020-04-25 20:46:32 -07:00
Moe
d6513fdf85
Update Face plugin for latest face-api module responses
...
- will still have fallback for old versions of face-api
2020-04-25 12:42:02 -07:00
Moe
ce6029cb05
Update Tensoflow and Face plugin install scripts
2020-04-25 12:23:41 -07:00
Moe
c6650cdcbc
Add/Update CUDA Install scripts for 9.0,9.2,10.0,10.2
2020-04-25 12:20:44 -07:00
Moe
1eef597159
Face Manager : Add Entire Face (folder of images) deletion at once
2020-04-24 10:50:05 -07:00
Moe
59bf04c5d5
Face Manager : enable uploading multiple images concurrently
...
+ if an image is re-added it will replace it in the UI to the beginning of the face container
2020-04-24 09:53:02 -07:00
Moe
5e59a70897
Face Manager : prettier UI
...
- Access the Face Manager in the Super User panel
2020-04-23 21:30:32 -07:00
Moe
e7099d1dbb
Face Manager : Add drag and drop for faces between folders in UI
2020-04-23 20:58:30 -07:00
Moe
b71de38e77
Face Manager : Add Install rule for Face Manager in Face plugin Installer
...
- This is a customAutoLoad module, once added Shinobi needs to be restarted.
2020-04-23 14:33:01 -07:00
Moe
b54ce6b965
Face Manager : tag each face image with their name when listed
2020-04-23 10:31:23 -07:00
Moe
2434b5e687
Recompile Trained Faces when images change
...
- the plugin will wait 10 seconds after a request before creating the new face models. If another file is uploaded within those 10 seconds it will reset the timer. The purpose is to avoid overloading the training engine when uploading files in quick succession.
2020-04-23 10:08:25 -07:00
Moe
ca53d562a4
FaceManager : upload, delete, and list working
2020-04-23 00:49:35 -07:00
Moe
0be672edc7
Update super.faceManager.js
2020-04-23 00:38:23 -07:00
Moe
fa70dabcf9
faceManager : face image listing and deletion working
2020-04-23 00:22:10 -07:00
Moe
cb7fb2ac6d
basic UI, loads face images and allows deletion
...
- theoretical code, still missing upload
2020-04-22 20:55:14 -07:00
Moe
c43497cc56
fix responess for faceManager
2020-04-22 20:22:44 -07:00
Moe
051c7abf99
Add Face Plugin's Face Manager customAutoLib framework
...
- currently API methods only, no UI yet
2020-04-22 20:04:51 -07:00
Moe
cd9b8a2e5e
Allow extensions on camera Initiation for pluginBase+
2020-04-21 15:32:39 -07:00
Moe
55e6c97f72
Allow extensions on camera Initiation for pluginBase
2020-04-21 15:07:22 -07:00
Moe
39090fb9b4
dont allow sub user to modify addStorage
2020-04-19 07:57:39 -07:00
Moe
1502d0a200
Allow disabling Wallclock Timestamps with conf.json parameter
...
- add `"wallClockTimestampAsDefault":false` to disable it.
2020-04-19 07:56:56 -07:00
Moe
b3cfcc1b4a
Update super.configEditor.css
2020-04-18 23:22:01 -07:00
Moe
d32f07def5
Update super.configEditor.js
2020-04-18 23:19:47 -07:00
Moe
c470d801de
basic update script (git only)
2020-04-18 23:12:19 -07:00
Moe
fa96bd7043
Finalize Configuration Editor, refactor some super panel js/ejs
2020-04-18 23:11:55 -07:00
Moe
605f227897
Base framework for JSON Editor on Configuration in Super panel
2020-04-18 22:00:50 -07:00
Moe
7a81679803
Add "useOldPowerVideo" option to config, Add Events chart to each monitor
...
- setting this parameter to "true" will result swapping the new power video viewer with the old one.
+ some bug fixes to new one
2020-04-18 17:38:26 -07:00
Moe
d76edce8ad
Delete main.dash2.js
2020-04-16 23:15:38 -07:00
Moe
3c849f73d5
refactor for region editor js
2020-04-16 23:15:31 -07:00
Moe
e67cd8be29
Add ARM support for Face plugin (tensorflow)
2020-04-10 22:21:36 -07:00
Moe
c2722641fd
Move "Face Training" section in README to below basic install
2020-04-10 09:31:40 -07:00
Moe
273a38d9d2
Update Face Recognition plugin, add CPU/GPU selection in Installer
2020-04-10 09:31:12 -07:00
Moe
39b8337b1c
fix concatted detector event response
2020-04-10 08:59:48 -07:00
Moe
4d819932b7
Face plugin installer ask for GPU or CPU setup
2020-04-09 20:55:07 -07:00
Moe
b14cf34629
Update package.json
2020-04-07 21:05:26 -07:00
Moe
99227558e0
Merge branch 'patch-1' into 'dev'
...
Fix bugs in INSTALL/ubuntu.sh
See merge request Shinobi-Systems/Shinobi!186
2020-04-08 02:59:20 +00:00
Kevin Abraham
e25918a9cb
Fix bugs in INSTALL/ubuntu.sh
2020-04-08 00:40:10 +00:00
Moe
4d8a3f3d0a
Merge branch 'dev' into 'master'
...
Update .gitignore
See merge request Shinobi-Systems/Shinobi!185
2020-04-07 15:36:30 +00:00