Qingyao Sun
Qingyao Sun
I am getting the following error when building on `master`. ``` $ git rev-parse --verify HEAD d6a039821f927cc81b71e11f21599ff93e1fed62 $ make -j2 ♥cosmo 1,324,747⏰ 254,103⏳ 9,504k 96,104iop build/bootstrap/mkdeps.com -o o//depend -r o//...
Since this repository utilizes FuseSoC, how to find a submodule is less obvious compared to those using Makefile. For example, ` corescore/rtl/corescore_tinyfpga_bx.v` initializes the module `axis_async_fifo`, but searching the name...
Hi there! I found this framework interesting and promising due to its handy API syntax. However, the documentation somewhat confuses me. Well, this is unsurprising because I'm not an expert...
When I do `:Make`, the output of `!make` goes below the status line, and thus is highlighted as if it's part of the status line, resulting in a weird looking...
I can't run `make benchmark` even after [this fork of weighttp](https://github.com/lpereira/weighttp) is installed. ``` pi@nalzoks-pi:~/Downloads/lwan/build $ make benchmark [ 3%] Built target bin2hex [ 5%] Built target generate_auto_index_icons [ 15%]...
> BUG REPORT ### Expected behavior `hello_world` example compiles ### Actual behavior ```bash > make Scanning dependencies of target lwipcore [ 0%] Building C object third_party/lwip/CMakeFiles/lwipcore.dir/src/core/init.c.obj [ 1%] Building C...
I'm using the lastest everything (toolchain/SDK/demo), and am getting an error when trying to run the [`tcp_server`](https://github.com/kendryte/kendryte-freertos-demo/tree/develop/tcp_server) example. E (47408858) FreeRTOS: (/Users/nalzok/Developer/kendryte-freertos-sdk/lib/drivers/src/network/dm9051.cpp:255) value == 0x90510a46 I guess it has something...
Just wondering what's the purpose of this commit: https://github.com/luxonis/depthai/commit/bcf503c11ef6ec9d23c5f930040908178fd4152c. The [calibration board](https://github.com/luxonis/depthai/blob/main/charuco_297x210_8x11_20_DICT_4X4.pdf) in the repository explicitly states "Checker Size: 20 mm", so why enforce a minimal allowed SqureSize of 22...
Currently the latest release is still from 2019, but the repository have received a lot of fixes and improvements since then. Do you think the master branch is stable enough...
### System Info ```Shell - `Accelerate` version: 0.10.0 - Platform: Linux-5.13.0-1023-gcp-x86_64-with-glibc2.29 - Python version: 3.8.10 - Numpy version: 1.22.4 - PyTorch version (GPU?): 1.11.0a0+gitbc2c6ed (False) - `Accelerate` default config: -...