Dmitry

Results 43 comments of Dmitry

https://www.instructables.com/id/Object-Detection-With-Sipeed-MaiX-BoardsKendryte-K/ Here's my second article and video, specifically about training custom object detection models for K210. Cheers!

Hello, @uselessgames ! I am able to reproduce the problem you described with the following setup: Raspberry Pi 4 1 Gb 5.10.17-v7l+ kernel https://github.com/respeaker/seeed-voicecard/commit/b595b95b2184f52e752256cca17e9b92e1a19cd7 Here is three samples I recorded...

Hi there! Glad to hear the driver works perfectly on Raspberry Pi OS 64bit. Ubuntu OS is not on the list of officially supported OS - hence it is not...

Hi there! Where did you find this command? ``` sudo dtoverlay seeed-2mic-voicecard ``` To my knowledge it is not necessary at all. Additionally, ```Error! There are no instances of module:...

hi, @gusido ! I was able to reproduce the issue on the latest https://github.com/respeaker/seeed-voicecard/commit/dd9391fb78e6ec0ead495e5246e32a781d056ab2 commit version. I looked briefly through the https://github.com/respeaker/seeed-voicecard/blob/master/ac108.c code and there has been quite a few...

Hi! I have noticed this problem as well. Augmentation has been fixed in https://github.com/experiencor/keras-yolo3 or alternatively in my project https://github.com/AIWintermuteAI/aXeleRate which also supports other network types(classifier and segnet). You can...

@sunnycase I am experiencing a problem when trying to calibrate with dataset in raw format saved with numpy.ndarray.tofile. numpy.ndarray.tofile doesn't allow appending to file - so it works great with...

For other people having similar problem - every data point should be saved as separate .bin file in folder, then you provide the folder name to converter. Example: https://github.com/AIWintermuteAI/aXeleRate/blob/master/axelerate/networks/common_utils/convert.py @sunnycase...

Confirmed. having same issue on Bionic(18.04) @Zepan ![Screenshot from 2020-08-26 11-13-03](https://user-images.githubusercontent.com/32562299/91251063-29728f00-e78d-11ea-97a6-30c3f6abf2ba.png)

It's an old issue, but just in case anybody encounters it, in search of solutions - I recently wrote an article about using Kinect 360 and RTAB-MAP ROS with Rasberry...