Ed Henderson
Ed Henderson
This same test fails for me locally (on python 3.7), and it even fails on 'master' branch. I'm not sure what is going on there, or why it passed before,...
See, this passed once my timezone was close enough to UTC. I should add some additional tests though to improve coverage and to check that the previous formats work.
I use runserver_plus so that I can use https in development. I am now trying to add Websockets support using Django channels, and have run into the issue that the...
My use case involves a diagram with "text blocks". These are formatted blocks with embedded HTML. You'd need an html renderer to output them. We currently have to render the...
Thanks for the rapid feedback Leonardo. I do not think I can tackle this task right now, so I'm looking at other approaches and a different development kit. I have...
I want to be able to demonstrate an inference engine implemented in the FPGA. So, a live camera feed, process the results through an OpenCL CNN/Yolo3 inference engine and output...
CriticalLink provides a reference BSP for their CycloneV System On a Module(SOM). This card is only part of the Vision Development Kit though, but it does include an example that...
Oh, also, for the VDK, the camera board is not a raw sensor, but a sensor board. This board handles the low-level details of the camera sensor, so no need...
You make a good point. It won't hurt to spend some time with the DE10 and a web-cam, and I might find it is all I need, saving me time...
That is one reason we want to avoid the USB, we need to use the development kit in a portable application, and cannot plug all of those bits together. That...