Boris
Boris
Thank you for a suggestion for _Video Hub App_ 🙌 I'm assuming you are recommending this happens during the creation of a hub (or in a follow-up step of adding...
Since I have the `SourceFolder` interface (an _object_ rather than a string) - I believe I can throw in an extra boolean in there which says "recursive" or not 🤔...
Please go to settings (gear, top-right) and then the 4th tab ("Current hub"), and next to the input / source folder there should be the word "Rescan" 👍
Update: - Tried _picojs_ and it's not a good fit: it has many false-positives (e.g. finds faces in elbows) - Tried _face-api_ and I'm really liking it. Assuming including _TensorFlow_...
I have a repository for the internal functionality: https://github.com/whyboris/extract-faces-node You can take any thumbnail strip from your library and run extract faces. One caveat is you have to set the...
Currently running into trouble when trying to install `canvas` 😓 -- so far no-go ... Electron post-install script errors out not being able to find a pre-built binary(?)
Problem solved 🎉 😂 https://github.com/whyboris/extract-faces-node/pull/1 -- was able to remove `canvas` 😁 Attempting again with VHA 🤞
Seems to work well 😎 #342 App compiles to 125MB 👌 Finds and extracts faces while in _dev_ but not yet from the built app -- I'll investigate 🔍 😁...
@frez777 -- btw -- have you clicked on the "Auto Tags"? It will automatically find all the 2-word strings that appear in your files (generally actor names if they appear...
`help wanted` : if you have experience and time, could you see how to get the _built_ application to extract images? Branch `face-detection` (see PR: https://github.com/whyboris/Video-Hub-App/pull/342) -- when `npm start`...