I created a pull request to solve this problem.
https://github.com/bitcraze/AIdeck_examples/pull/34
Search found 32 matches
- Mon Nov 30, 2020 7:53 am
- Forum: AI-deck
- Topic: Docker issue
- Replies: 2
- Views: 129
- 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: 285
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 should...
- 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: 285
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?...
- 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: 285
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.
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.
- 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: 285
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 variables by ourselves? The...
- 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: 285
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 the video in the bl...
- 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: 285
[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 other examples, such as the F...
- Fri Nov 13, 2020 7:22 am
- Forum: AI-deck
- Topic: [SOLVED] OpenOCD failed to flash the NINA
- Replies: 13
- Views: 445
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!
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!
- Fri Nov 13, 2020 3:07 am
- Forum: AI-deck
- Topic: [SOLVED] OpenOCD failed to flash the NINA
- Replies: 13
- Views: 445
Re: OpenOCD failed to flash the NINA
1.GAP flashed picture
2.viewer.py
2.viewer.py
- Fri Nov 13, 2020 3:02 am
- Forum: AI-deck
- Topic: [SOLVED] OpenOCD failed to flash the NINA
- Replies: 13
- Views: 445
Re: OpenOCD failed to flash the NINA
Hi! I have successfully flashed NINA and GAP8. But I can't see the image stream when I execute the viewer.py I want to ask that 1. what's the meaning of "Also make sure that you force the AIdeck driver in your config.mk, as it will reset the AI-deck properly upon startup. #CFLAGS += -DDECK_FORCE=bcA...