Osiyo. Dohiju? Hey, welcome back. I added some face detection pretrained models to the app. They work well and are chained. So if you want to detect a face and then detect motion they'll show both. I also added SNIPs intentions. I need to add more intentions so "face detect" or "detect faces" will come …
Serinda V2 Update
Osiyo. Dohiju? Hey, welcome back. I'm waiting on 2 more USB cameras so I can test more displays. As it stands right now the Raspberry Pi Buster has issues with a picam and a usb cam so I'll probably have to switch over to the LattePanda to run portable. I went through my original SERINDA …
SERINDA v2
Osiyo. Dohiju? Hey welcome back. This weekend I managed to accomplish a few items on my list. The biggest of which was encapsulating the camera startup code so I could display multiple cameras at the same time. There is some work to do in order to display those cameras dynamically. Meaning, right now you have …
Sklearn issues circular import error
Osiyo. Dohiju? Hey, welcome back. I ran into issues with sklearn throwing an error saying it couldn't use it and there might be a circular import or something like that. The fix was simple. I changed my registry like the tensorflow post has. Then I ran pip3 uninstall sklearnpip3 uninstall scikit-learnpip3 uninstall scipyI restarted power …
Tensorflow installation issues
I'd been trying to install Tensorflow on my Windows 10 machine for a couple days. It's quite frustrating when it doesn't work. All of the StackOverflow answers were the same: uninstall Tensorflow and reinstall. Not helpful and didn't work. I should point out I'm running PowerShell as well. I wanted my code for my project …
SERINDA v2 Progress
Osiyo. Dohiju? Hey. Welcome back. The last few days I have made a ton of progress. Things that took me weeks to do with AngularJS and OpenCV4NodeJs have taken less than a couple days. It's not the fault of the frameworks. They do what they're supposed to. They're just not for me. Granted some of …
SERINDA V2 Framework
Osiyo. Dohiju? Hey. Welcome back. I worked really hard on trying to get opencv to work with what I wanted using web applications. Really hard. I was able to use opencv.js and opencv4nodejs to do some work. The issue has always been that I know the python side of opencv far better and both opencv.js …