Han Wu

Results 49 comments of Han Wu

Here are my test results: ![image](https://user-images.githubusercontent.com/15157070/148609950-f57db4a8-cb7c-49d8-9bfd-05a3acd066e1.png) It looks like the uvc-gadget redirects raw video data withou encoding. Since v4l2loopback virtual devices only support YUYV format, maybe one solution is to...

Hi, @notsig11 Finally it worked !! The left side is the original image from a USB camera (YUYV) captured by the pi4 (or use v4l2loopback), and the right side is...

Perhaps you can open the browser console (F12) to see if there's any error showing up there.

It's great to keep `apt install` in the beginning so that subsequent image builds can use the cache.

> First of all, thanks for spending time on this benchmark! It gives us food for thinking. > > In both cases, it doesn't depend on Kotlin or Python. In...

Hi, I just updated my repo to include the test for VGG11 on Cifar10. Kotlin (~250s): https://github.com/wuhanstudio/kotlindl-mnist/blob/master/src/main/kotlin/cirar10/vgg11.kt Python (~125s): https://github.com/wuhanstudio/kotlindl-mnist/blob/master/python/vgg11.py At this time, JVM is 2x slower than Keras on...

Hi, could you give some advice on using KotlinDL with anaconda? Is there any way to use CUDA and cudnn installed in an anaconda environment by changing environment variables? The...

Hi, these are my test results on CPU in seconds: | Intel(R) Core(TM) i9-10900X CPU @ 3.70GHz | 10 | 50 | 100 | | ----------------------------------------- | ------- | --------...

> 你好, Longan nano 使用的是GD32VF103CB芯片, arduino显示64k 是程序做了一些限制,可以在这里修改 > > https://github.com/sipeed/Longduino/blob/e7e1d8ad04875813bea83edde82f99c7bb8f61d5/boards.txt#L44 > > > 在arduino 及 pio 中 dfu下载是使用dfu-util工具的,要求的驱动程序和GigaDevice DFU Tool是不一样的, 注意要使用zadig替换驱动,详细请参阅[https://longan.sipeed.com/zh/get_started/blink.html#usb-dfu-下载](https://longan.sipeed.com/zh/get_started/blink.html#usb-dfu-%E4%B8%8B%E8%BD%BD) 谢谢您的回复,我试试换个驱动。 关于 boards.txt 的 FLASH 大小,之前以为是个 bug 准备提个 PR,但是发现:...

如果使用 Keil 也可以考虑打开优化选项 ![image](https://user-images.githubusercontent.com/15157070/58147227-b45c0400-7c83-11e9-84ed-af14f0d49ef9.png)