-
1)Paddle Lite 版本:V2.12
2)Host 环境:Windows 10
3)运行设备环境:windows 10 PC端
4)预测后端信息:Windows CPU
- 预测信息
1)预测 API:C++
2)预测选项信息:单线程
3)预测库来源:官网下载
报错:
[F 2/ 6 21: 6:15.880 …
-
## 问题描述
Traceback (most recent call last):
File "/home/pc/anaconda3/envs/x2paddle/bin/x2paddle", line 33, in
sys.exit(load_entry_point('x2paddle==1.4.1', 'console_scripts', 'x2paddle')())
…
-
## 描述问题
## 复现
1. android部署方式
未修改任何代码
按照仓库readme方式部署,使用git bash执行:
```
# 1. 下载需要的 Paddle Lite 预测库
cd PaddleX-Lite-Deploy/libs
sh download.sh
# 2. 下载 paddle_lite_opt 工具优化后的模型文件
cd…
-
使用海思3559交叉编译工具链对Demo(Paddle-Lite-Demo/image_classification/linux/mobilenet_v3)进行build,报错内容如下:
```
[ 50%] Building CXX object CMakeFiles/mobilenet_full_api.dir/mobilenet_full_api.cc.o
[100%] Linki…
-
### Search before asking
- [X] I have searched the PaddleOCR [Docs](https://paddlepaddle.github.io/PaddleOCR/) and found no similar bug report.
- [X] I have searched the PaddleOCR [Issues](https://g…
-
I have followed all the steps mentioned in `ocr/android/app/cxx/ppocr_demo` **Deployment steps** on 6th step when I am running the app then I am getting the following error on Android studio.
*cmd.…
-
版本、环境信息:
1)Paddle Lite 版本:PaddleLite 13.rc 版本 (inference_lite_lib.ios.armv8.with_cv.with_extra.tiny_publish.tar.gz)
2)Host 环境:iOS
3)运行设备环境:iPhone XR 及以上所有新机型
4)预测后端信息:请描述使用的预测后端信息,如 CP…
-
```
build.gradle:
import java.security.MessageDigest
apply plugin: 'com.android.application'
android {
namespace 'com.baidu.paddle.lite.demo.ocr'
compileSdkVersion 34
defaultCon…
-
在paddlelite==2.13rc0版本能转换官方表格模型SLANet,但是基于SLANet作为预训练模型训练出来的推理模型无法转换(基于PaddlePadlle==3.0Beta-gpu版本 cuda环境为12.4环境进行训练的模型)
报错信息如下:
C:\Users\seatrend.conda\envs\Paddle-Lite\python.exe D:\Project\pyth…
1aqi updated
3 months ago
-
在将pytorch的yolov5转换到paddle过程中eval报错
- 错误信息
ValueError: (InvalidArgument) The 'shape' in ReshapeOp is invalid. The input tensor X'size must be equal to the capacity of 'shape'. But received X's shap…