SERINDA V2 New Features

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

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 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 …

%d bloggers like this: