-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
Checklist:
- 查找历史相关issue寻求解答
- 翻阅FAQ
- 翻阅PaddleX 文档
- 确认bug是否在新版本里还未修复
描述问题
没有报错信息,vscode debug没法生效,停不到指定的位置
复现
-
您是否已经正常运行我们提供的教程?
-
您是否在教程的基础上修改代码内容?还请您提供运行的代码
from paddlex import create_model
model = create_model("Mask-RT-DETR-S",
model_dir=r"Checkpoints/Mask-RT-DETR-S")
output = model.predict("Assets/bus.jpg", batch_size=1)
print("推理结束")
for res in output:
res.print()
res.save_to_img("./output/")
res.save_to_json("./output/res.json")
-
您使用的数据集是?
-
请提供您出现的报错信息及相关log
环境
- 请提供您使用的PaddlePaddle和PaddleX的版本号
paddlepaddle-gpu 2.6.2
paddlex 3.3.3 - 请提供您使用的操作系统信息,如Linux/Windows/MacOS
Windows - 请问您使用的Python版本是?
3.11 - 请问您使用的CUDA/cuDNN的版本号是?
11.8
Metadata
Metadata
Assignees
Labels
No labels