JC Li
JC Li
To cumbersome to share my code here, but the problem is that customized metrics cannot be understood by the model rebuilt process incurred by modify_model_backprop(). ``` ~/.virtualenvs/cv/lib/python3.5/site-packages/keras_vis-0.4.1-py3.5.egg/vis/backprop_modifiers.py in guided(model) 15...
A suggestion to provide API on mynteye to allow single camera raw output + synchronoized IMU data for mono+inertial users. With one camera, (hopefully) the required b/w is only half,...
I found the sensors.yaml doesn't agree with figure-1 in EuRoC dataset paper: https://projects.asl.ethz.ch/datasets/lib/exe/detail.php?id=kmavvisualinertialdatasets&media=platform.jpg I modified the T_BS for leica from: T_BS: cols: 4 rows: 4 data: [1.0, 0.0, 0.0, 7.48903e-02,...
I have the 'sold out' Tang Primer FPGA board. I noticed the latest downloadable license file for Anlogic TD development tool is Anlogic_20240310.lic, which apparently expired already. ``` RUN-8418 ERROR:...
I know quantized model isn't supported yet. I would like to confirm this is the symptom due to Dequantize/Quantize operators? The model I'm testing is ShuffleNet-v2-int8 from [here](https://github.com/onnx/models/tree/main/validated/vision/classification/shufflenet). Command line:...
Hi, I'm curious how hard is it to revive this to latest LLVM, say LLVM20? I'm completely new to Haskell, but this lightweight c2mlir conversion is really useful for my...
### Other It seems every example is based on Linux. Thanks.
### Other Hi, IPCM configures IRQ 109 ([here](https://github.com/kendryte/k230_sdk/blob/7e302f733311d284be255f0d81d3463b6ae6ee6d/src/common/cdk/kernel/ipcm/arch/k230/configs/k230_riscv_linux_config#L8), and [here](https://github.com/kendryte/k230_sdk/blob/7e302f733311d284be255f0d81d3463b6ae6ee6d/src/common/cdk/kernel/ipcm/arch/k230/configs/k230_riscv_rtsmart_config#L8)) to be reused by both directions of interrupt triggering: big core -> little core and vice versa. There are actually...