ThoughtfulDev

Results 18 comments of ThoughtfulDev
trafficstars

Since everything was maintained manually by me and currently i dont find the time to fix it you may submit a pull request if you have time to fix those...

Hey so do those xpaths work now? i dont have time to check right now

I did never inform myself on how to host a own docker image but i will keep that idea in mind.

@sadovnychyi Nope a RPi won't. I tried to do it with a video livestream but it wouldn't even be close to 30ms per image. (CPU was a Ryzen 1700x)

@rudolfolah I ran the following command and it took ~14.71 seconds on a Intel i5-3320M. `python person_blocker.py -i images/img1.jpg -o "person" ` I just blocked every person in the example...

Just saw this Issue on here. I did a Pull Request a while back which blocks specific people based on face recognition (https://github.com/minimaxir/person-blocker/pull/3). Sadly i did not get accepted, but...

~~OpenCV has only been used on the resize part (which could easily be skipped). So CV isn't really necessary.~~ Edit: I removed the OpenCV dependency. I just wanted to make...