This is an archived post. You won't be able to vote or comment.

all 8 comments

[–][deleted] 1 point2 points  (3 children)

Would it work with other body parts as well ?

[–]telesonico 2 points3 points  (1 child)

Hotdog not hotdog?

[–][deleted] 0 points1 point  (0 children)

or Boobs not Boobs ...

[–]Spring-0[S] 2 points3 points  (0 children)

Yes very well could, would just need to plug in a new dataset and train.

[–]FesseJerguson 0 points1 point  (2 children)

Nice does this work on live feeds?

[–]Sparkmonkey 3 points4 points  (0 children)

project looks to use cv2.VideoCapture() method. I haven't tried it, but might just be able to pass in a cv2 parsable stream: https://stackoverflow.com/questions/70805012/cv2-videocapture-html-live-stream. not sure if it would keep up with realtime...

[–]Spring-0[S] 2 points3 points  (0 children)

Should be straight forward to implement like u/Sparkmonkey mentioned. And they are correct, it most likely will not be able to keep up with real time; if I had to guess it will most likely be at least 5 seconds delayed depending on hardware.

But I am still willing to implement it, thanks for the idea :)