-
根据sample/DeepSORT/cpp/deepsort_bmcv/FeatureExtractor.cpp中
```
// 5.converto, RGB mean std.
float input_scale = tensor->get_scale();
input_scale = input_scale * 1.0 / 255.f;
conver…
-
可以自定义,但M个任务,每个阶段(解码/预处理/推理/后处理/跟踪/画图/编码)最多不会超过M个线程在工作
_Originally posted by @yizhou-xu in https://github.com/sophgo/sophon-stream/issues/5#issuecomment-1961060091_
-
Hi,
I can't find in your data sheet if the SPI can be full master or full slave.
Please advise
-
commit ID: 5d4b310
Run: `make latexpdf`
log indicates 5 warnings as below:
```
Running Sphinx v1.8.5
making output directory...
building [mo]: targets for 0 po files that are out of date
…
-
A while ago, I noticed that benchmark results on the BL808 were significantly lower on NuttX than on Linux. In coremark, NuttX scores ~18.3 while Linux scores 1141, which is over 60x faster. Messing w…
-
## 环境
- 【FastDeploy版本】:
- 【编译命令】 python编译
- 【系统平台】: Linux x64(Ubuntu 18.04) Jetson nano
- 【硬件】: Jetson nano cuda 10.2
- 【编译语言】:Python 3.6.9
- cmake 3.10.2
- gcc 7.5.0
- jetpack…
-
在编写跑马灯例子过程中,尝试读取 GPIO 引脚的状态值,失败
简单示例代码如下:
```c
static int led_on(void)
{
rt_pin_write(pinno, PIN_HIGH);
rt_kprintf("%d\n", rt_pin_read(pinno)); // 这里希望读到 1,但是 0
return 0;
…
-
### Project URL
https://pypi.org/project/tpu-mlir/
### Does this project already exist?
- [X] Yes
### New Limit
300
### Update issue title
- [X] I have updated the title.
### Which indexes
Py…
-
cd tpu-mlir
source ./envsetup.sh
./build.sh
途中会报错cmake incomplete
-
## 环境
- 【FastDeploy版本】:develop
- 【编译命令】
- `cd examples/vision/detection/yolov5/cpp/
- mkdir build &&cd build
- cmake ..
- `
- 【系统平台】: Linux x64(Ubuntu 20.04)
- 【硬件】: 说明具体硬件型号,如 Nvidia GPU …