Search found 33 matches

by raven
Fri Jan 14, 2022 2:45 am
Forum: AI-deck
Topic: Bidirectional communication between the AI-deck and Crazyflie by UART
Replies: 1
Views: 8267

Bidirectional communication between the AI-deck and Crazyflie by UART

Hello, everyone~ Recently, I want to upload some data from Crazyflie to AI-deck and use AI-deck to compute them. But I find the provided function in the Crazyflie firmware only allows us to read data from AI-deck, not support writing data to UART and send to the AI-deck. So, I want to consult is the...
by raven
Mon Nov 30, 2020 7:53 am
Forum: AI-deck
Topic: Docker issue
Replies: 2
Views: 1325

Re: Docker issue

I created a pull request to solve this problem.
https://github.com/bitcraze/AIdeck_examples/pull/34
by raven
Fri Nov 20, 2020 4:23 am
Forum: AI-deck
Topic: [SOLVED] How to run the FaceDetection Example? Is there any python code like the viewer.py for wifi_jpeg_steamer?
Replies: 9
Views: 3867

Re: How to run the FaceDetection Example? Is there any python code like the viewer.py for wifi_jpeg_steamer?

Hi, I continued to try different environments and angles, and I found it worked well sometimes. So, I think I have deployed FaceDetection successfully, the improvement of accuracy is not important, it's time for me to implement my own work based on the AI_deck! But I still want to ask "Why we s...
by raven
Thu Nov 19, 2020 2:58 pm
Forum: AI-deck
Topic: [SOLVED] How to run the FaceDetection Example? Is there any python code like the viewer.py for wifi_jpeg_steamer?
Replies: 9
Views: 3867

Re: How to run the FaceDetection Example? Is there any python code like the viewer.py for wifi_jpeg_steamer?

Hi! Most of the program looks running well, but the result of face detection is not very good. I try the onRAM way and open the viewer.py at the same time. command.png result.jpeg The rectangle appeared sometimes. But it cannot detect my face. Maybe there are some methods to improve the correctness?...
by raven
Thu Nov 19, 2020 2:36 pm
Forum: AI-deck
Topic: [SOLVED] How to run the FaceDetection Example? Is there any python code like the viewer.py for wifi_jpeg_steamer?
Replies: 9
Views: 3867

Re: How to run the FaceDetection Example? Is there any python code like the viewer.py for wifi_jpeg_steamer?

Oh, sorry~

I saw the rectangle hhh!
Maybe due to the performance, I cannot see that instantly at the first time.
I need to try the onram way.
by raven
Thu Nov 19, 2020 2:33 pm
Forum: AI-deck
Topic: [SOLVED] How to run the FaceDetection Example? Is there any python code like the viewer.py for wifi_jpeg_steamer?
Replies: 9
Views: 3867

Re: How to run the FaceDetection Example? Is there any python code like the viewer.py for wifi_jpeg_steamer?

Hi, I uncomment the "#USE_STREAMER" and "USE_CAMERA" and I can see the streaming images! But unfortunately, there is either not the rectangle around my face, it there any other necessary steps need to be done? What's more, I'm curious that why we should uncomment that two variabl...
by raven
Tue Nov 17, 2020 3:23 pm
Forum: AI-deck
Topic: [SOLVED] How to run the FaceDetection Example? Is there any python code like the viewer.py for wifi_jpeg_steamer?
Replies: 9
Views: 3867

Re: How to run the FaceDetection Example? Is there any python code like the viewer.py for wifi_jpeg_steamer?

Hi, When I flash the "wifi_jpeg_steamer" using GAP8 docker and execute the viewer.py, I can see myself WeChatab0fa9eb031eee8933efbf3d7f007a78.png But when I flash the "FaceDetection" and execute the viewer.py, I can't see anything. WeChat19502949b73da36fcf45efce5b760226.png I saw...
by raven
Tue Nov 17, 2020 8:59 am
Forum: AI-deck
Topic: [SOLVED] How to run the FaceDetection Example? Is there any python code like the viewer.py for wifi_jpeg_steamer?
Replies: 9
Views: 3867

[SOLVED] How to run the FaceDetection Example? Is there any python code like the viewer.py for wifi_jpeg_steamer?

Hi, I can successfully flash the examples in the "AIdeck_examples/GAP8/*" And I can run the viewer.py in the "AIdeck_examples/NINA" to see the streaming images implementing by the submodule "AIdeck_examples/GAP8/test_functionalities/wifi_jpeg_steamer" So, how to run the...
by raven
Fri Nov 13, 2020 7:22 am
Forum: AI-deck
Topic: [SOLVED] OpenOCD failed to flash the NINA
Replies: 13
Views: 3752

Re: OpenOCD failed to flash the NINA

I solved it!
And I saw on using the AI-deck camera!

I think there should be more information in the documentation.
I will help create a new Pull Request to do that after finishing the Face-Detection Lab.

Thanks!
by raven
Fri Nov 13, 2020 3:07 am
Forum: AI-deck
Topic: [SOLVED] OpenOCD failed to flash the NINA
Replies: 13
Views: 3752

Re: OpenOCD failed to flash the NINA

1.GAP flashed picture
2.viewer.py