truthsun22
truthsun22
官网说5月份开源,我想在界面上加入一些自己的功能,请问GUI开源了吗,谢谢
speech_web中,跑小数据微调完成后,后台显示运行结果为0,证明微调成功,但是页面还是显示微调中。然后输入在试验路径中输入微调后的路径,点击合成后,后台报错 /home/deepiot/anaconda3/envs/paddle2.4/lib/python3.8/site-packages/_distutils_hack/__init__.py:33: UserWarning: Setuptools is replacing distutils. warnings.warn("Setuptools is replacing distutils.") Traceback (most recent call last): File "/home/deepiot/ai/PaddleSpeech-develop/paddlespeech/t2s/exps/fastspeech2/../synthesize_e2e.py", line 27, in from paddlespeech.t2s.exps.syn_utils import get_sentences_svs ImportError: cannot import name 'get_sentences_svs'...
### 问题确认 Search before asking - [X] 我已经查询[历史issue](https://github.com/PaddlePaddle/PaddleDetection/issues),没有发现相似的bug。I have searched the [issues](https://github.com/PaddlePaddle/PaddleDetection/issues) and found no similar bug report. ### Bug组件 Bug Component _No response_ ### Bug描述 Describe the Bug 在运行pphuman车辆检测加车牌识别时,加上了...
如题,不设置run_mode=trt_int8,检测框位置不对 设置run_mode=trt_int8检测框位置正确
量化分析工具报错
我安装的paddlepaddle是2.4.2版本,但我运行量化分析工具\example\post_training_quantization\detection\analysis.py报错 我直接打开python ,执行import paddleslim也是报同样的错 [GCC 11.2.0] :: Anaconda, Inc. on linux Type "help", "copyright", "credits" or "license" for more information. >>> import paddleslim /home/deepiot/anaconda3/envs/paddle2.4/lib/python3.8/site-packages/_distutils_hack/__init__.py:33: UserWarning: Setuptools is replacing distutils. warnings.warn("Setuptools...
系统ubuntu20.01。paddle和slim均是dev版本,CUDA11.6,cudnn8.4,按照官方说明这个是匹配的,但是执行自动压缩的时候,还是报版本不匹配,这是咋回事? 2023-06-01 15:00:54,113-INFO: devices: gpu 2023-06-01 15:01:03,250-INFO: Selected strategies: ['qat_dis'] 2023-06-01 15:01:11,724-INFO: train config.distill_node_pair: ['teacher_conv2d_305.tmp_1', 'conv2d_305.tmp_1', 'teacher_conv2d_309.tmp_0', 'conv2d_309.tmp_0', 'teacher_conv2d_312.tmp_1', 'conv2d_312.tmp_1', 'teacher_conv2d_316.tmp_0', 'conv2d_316.tmp_0', 'teacher_conv2d_319.tmp_1', 'conv2d_319.tmp_1', 'teacher_conv2d_323.tmp_0', 'conv2d_323.tmp_0'] 2023-06-01 15:01:12,023-INFO: quant_aware config...
系统:windows10 paddle最新版 训练模型为ppyoloe+ 导出模型时,不设置trt=True,模型自动压缩不会报错 导出模型时,设置了trt=True,模型自动压缩就会报错。 错误信息: 2023-03-31 15:05:18,030-INFO: devices: gpu 2023-03-31 15:05:30,720-INFO: Selected strategies: ['qat_dis'] 2023-03-31 15:05:39,768-INFO: train config.distill_node_pair: ['teacher_conv2d_305.tmp_1', 'conv2d_305.tmp_1', 'teacher_conv2d_309.tmp_0', 'conv2d_309.tmp_0', 'teacher_conv2d_312.tmp_1', 'conv2d_312.tmp_1', 'teacher_conv2d_316.tmp_0', 'conv2d_316.tmp_0', 'teacher_conv2d_319.tmp_1', 'conv2d_319.tmp_1', 'teacher_conv2d_323.tmp_0',...
1 fastdeploy里面faceid,对比头像余弦相似度,公式分母为啥用平方根呢?文件路径是FastDeploy-develop\examples\vision\faceid\adaface\python\infer.py 2 余弦相似度归一化到0和1 ,感觉差异就不敏感了,有啥好办法么? 3 如果用欧式距离,如何转换为百分比呢? 谢谢 
fastdeploy人脸对齐的代码,我看只有人脸关键点检测,没有后续对齐的代码?请问下,后续对齐该如何处理?将研究对齐到一个水平线或者仿射变换吗?fastdeploy官方是否有对齐后续处理的代码?谢谢
好多人都说页面上问答报'NoneType' object is not subscriptable错误,但此错误并非能指出具体真实错误信息,所以对此进行修改,可报出真实错误信息,供使用者找出问题