Page 1 of 1

FaceDetection Example

Posted: Fri Nov 19, 2021 2:01 am
by BadWoman
Hi, are we able to run the face detection example on the Bitcraze VM work environment? If so, how should I do it?

Re: FaceDetection Example

Posted: Fri Nov 19, 2021 2:35 am
by BadWoman
So currently I followed the Docker Gap8 instruction thoroughly and got to this part of the FaceDetection. I don't understand how can I use the viewer.py to see the image streaming.
Image

Re: FaceDetection Example

Posted: Fri Nov 19, 2021 4:57 pm
by kimberly
Hi! please see these instructions. https://www.bitcraze.io/documentation/r ... detection/

In the make file you need to uncomment the two defines as indicated at the bottom of the instructions. We will need to update the text as both streamer and camera should work in SDK 3.8

Re: FaceDetection Example

Posted: Sun Nov 21, 2021 1:21 am
by BadWoman
It works now! However, the stream image is upside down somehow. Is there a way to fix that?

Re: FaceDetection Example

Posted: Mon Nov 22, 2021 5:02 pm
by kimberly
Awesome!

yeah the upside down image was an issue but that should actually be fixed now since this issue: https://github.com/bitcraze/AIdeck_examples/issues/51

are you sure that you have pulled the latest changes of the AIdeck_examples repo?

Re: FaceDetection Example

Posted: Tue Nov 23, 2021 9:00 pm
by BadWoman
I might not have done that yet. How should I pull the latest AIdeck_examples again?

Re: FaceDetection Example

Posted: Wed Nov 24, 2021 3:00 am
by kimberly
Probably a 'git pull origin master' will suffice. But if you did a lot of changes to the code already, you can also just try a new git clone of the repo