-
## 环境
- 【FastDeploy版本】:20230218 github版
- 【编译命令】
```
cd FastDeploy/python
set ENABLE_ORT_BACKEND=ON
set ENABLE_PADDLE_BACKEND=ON
set ENABLE_OPENVINO_BACKEND=ON
set ENABLE_VISION=ON
set EN…
-
Hi! @guoqiangqi. Thanks for your interest in join this organization. To be added to this organization. Please respond with a comment below to the following questions. (Please note that failure to res…
-
*********************************************
温馨提示:根据社区不完全统计,按照模板提问,可以加快回复和解决问题的速度
*********************************************
## 环境
- 【FastDeploy版本】: git clone https://github.com/PaddlePadd…
-
Could you please let us know whether somewhere training code is available for the model "landmark_detection_56_se_external.onnx".
-
@TiankangXie I ran a basic pytest to initialize a `Detector` with every possible detector combination we currently support: 900 combinations in total. Of them, only 75 combinations fail to initialize …
-
你好,我看你推理部分代码没有对读入图片做数据的归一化,请问这是正常的吗?还有开源的模型效果是readme中那张图吗?期待回复,谢谢!
-
你好,非常感谢你的工作,受益匪浅。嗯,有个小问题,想咨询下你。你有没有做个一个程序里面启用2个乃至3个session的问题。比如,我可以把scrfd和plfd同时调用,实现更好的人脸检测和人脸关键点检测。但是,在这种情况下,两个session运行时间会远大于每次启用一个session的运行时间(比如,我单独测试scrfd或者pfld的时候,它们的运行时间分别为10ms和1ms,但是一个程序里面同时…
-
The following program
```pml
Crypt x;
init {
Crypt x;
}
```
produces the parse tree
```
(program
(one_decl
(var_list
(ivar
(vardcl
(uname)))))
(i…
-
Hi! thanks for sharing your work. Your paper helped a lot with understanding the alignment task
But I have question with pre-processing data
face images in the given train set was all straightly al…
-
The following correctly parses
```pml
init {
if
:: y = 3;
fi;
x = 3;
}
```
but this does not
```pml
init {
if
:: y = 3;
fi
x = 3;
}
```
It app…