Commit Graph

1107 Commits (82182fe8bfeca63afb12494f148eb5ea81d142e0)

Author SHA1 Message Date
Moe 82182fe8bf Fix "undefined" dropInEvents folder 2020-05-13 18:07:54 -07:00
Moe 447cce9b6f Adjustment to Snapshot command 2020-05-13 17:39:00 -07:00
Moe 91bd1f3b5e Fix High CPU Usage with JPEG API and Timelapse 2020-05-13 17:38:56 -07:00
Moe f4079847c1 Add Custom > Object Detector Flags 2020-05-13 17:36:56 -07:00
Moe f5c3467ea7 properly expose some object detection options 2020-05-13 15:32:53 -07:00
Moe b0c3f38049 fix large image object detection 2020-05-13 15:10:08 -07:00
Moe a993130f4b Fix "Send Frames" for Object Detector 2020-05-13 14:30:50 -07:00
Moe 9ebd250d55 ignore .env for tensorflow plugin and create during install 2020-05-11 19:36:08 -07:00
Moe 35f3a6cfe9 Update ubuntu-touchless.sh 2020-05-11 18:51:17 -07:00
Moe 6192c27fd2 Complete Plugin Cluster Method, first revision
- Plugin cluster chooses which plugin to send to based on how many frames are in the plugin's queue.
2020-05-11 18:51:05 -07:00
Moe 0fc140d3be fix monitor process hang if ordered to do obj detection with no plugin 2020-05-11 15:57:40 -07:00
Moe fd723664e3 remove deprecated plugins 2020-05-11 15:57:16 -07:00
Moe 9c566644a1 Convert to Packagable Syntax 2020-05-09 17:27:44 -07:00
Moe 6b8b9d85d3 disable ipv6 on ubuntu touchless 2020-05-09 16:16:40 -07:00
Moe 301bb4ebca minor formatting 2020-05-09 16:16:22 -07:00
Moe beb621de5b basic plugin cluster handling 2020-05-07 23:01:16 -07:00
Moe d43270a9c8 light formatting 2020-05-07 08:42:41 -07:00
Moe 14037040b8 disable automatcally deleteing current after 10 idle seconds
- future update will incorporate logging this count on interval
2020-05-07 08:41:17 -07:00
Moe 66e71e3269 display expiration date for limited time subscriptions (PayPal) 2020-05-07 08:40:19 -07:00
Moe 88f6ab2b63 change date format shown in date picker (day first) 2020-05-07 08:39:37 -07:00
Moe 3179fe1a20 fix UTC bug in calendar 2020-05-07 08:39:19 -07:00
Moe 7248e3cefe Fix broken stream because of "muted" property 2020-05-06 17:30:33 -07:00
Moe d7a255390a Update opencv-cuda.sh 2020-05-05 08:04:43 -07:00
Moe d72b61f592 Add Basic Object Counting mechanism 2020-05-05 08:02:23 -07:00
Moe e67263f7b3 Fix MxPEG hiding Automatic option 2020-05-04 17:17:46 -07:00
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