You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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')())
File "/home/pc/anaconda3/envs/x2paddle/lib/python3.9/site-packages/x2paddle/convert.py", line 501, in main
onnx2paddle(args.model,
File "/home/pc/anaconda3/envs/x2paddle/lib/python3.9/site-packages/x2paddle/convert.py", line 316, in onnx2paddle
mapper = ONNXOpMapper(model)
File "/home/pc/anaconda3/envs/x2paddle/lib/python3.9/site-packages/x2paddle/op_mapper/onnx2paddle/onnx_op_mapper.py", line 39, in init
raise Exception("Model is not supported yet.")
Exception: Model is not supported yet.
问题描述
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')())
File "/home/pc/anaconda3/envs/x2paddle/lib/python3.9/site-packages/x2paddle/convert.py", line 501, in main
onnx2paddle(args.model,
File "/home/pc/anaconda3/envs/x2paddle/lib/python3.9/site-packages/x2paddle/convert.py", line 316, in onnx2paddle
mapper = ONNXOpMapper(model)
File "/home/pc/anaconda3/envs/x2paddle/lib/python3.9/site-packages/x2paddle/op_mapper/onnx2paddle/onnx_op_mapper.py", line 39, in init
raise Exception("Model is not supported yet.")
Exception: Model is not supported yet.
具体信息
YOLOX:https://github.com/Megvii-BaseDetection/YOLOX
用于移动端业务下的检测业务
The text was updated successfully, but these errors were encountered: