We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
感谢您参与 X2Paddle 社区! 问题模版为了 X2Paddle 能更好的迭代,例如新功能发布、 RoadMaps 和错误跟踪. 😸
已经把yolov8模型利用#x2paddle --framework=paddle --model=best.paddle --save_dir= 转换成功,但是面对转换成功的我如何进行推理调用呢?就是在paddlepaddle框架内?
The text was updated successfully, but these errors were encountered:
x2paddle 是把 PyTorch/TF/ONNX/Caffe 转为 paddle 的模型 ~ x2paddle --framework=paddle --model=best.paddle --save_dir= 这个命令这样用应该有问题的 ~
x2paddle --framework=paddle --model=best.paddle --save_dir=
可以参考 test_benchmark 下面的模型中 run_convert.sh 或者 convert.py 的写法 ~
test_benchmark
run_convert.sh
convert.py
Sorry, something went wrong.
No branches or pull requests
感谢您参与 X2Paddle 社区! 问题模版为了 X2Paddle 能更好的迭代,例如新功能发布、 RoadMaps 和错误跟踪. 😸
问题描述
已经把yolov8模型利用#x2paddle --framework=paddle --model=best.paddle --save_dir= 转换成功,但是面对转换成功的我如何进行推理调用呢?就是在paddlepaddle框架内?
具体信息
YOLOX:https://github.com/Megvii-BaseDetection/YOLOX
用于移动端业务下的检测业务
PaddlePaddle => ❔
X2Paddle => ❔
来源框架版本(PyTorch/TF/ONNX/Caffe) => ❔
The text was updated successfully, but these errors were encountered: