MMCV错误记录

MMCV错误记录

  • RuntimeError: Error when binding input: There's no data transfer regist

RuntimeError: Error when binding input: There’s no data transfer regist

输入命令

python ./tools/deploy.py ^
    configs/mmdet/detection/detection_onnxruntime_dynamic.py ^
    E:\BaiduNetdiskDownload\config.py ^
    E:\BaiduNetdiskDownload\best_coco_bbox_mAP_epoch_200.pth ^
    E:\Download\229d71dbe06557f7ddf9f07f05ce442.jpg ^
    --work-dir work_dir ^
    --show ^
    --device cuda:0
  1. 删除pip uninstall onnxruntime
    安装pip install onnxruntime-gpu
    或者删除--device cuda:0
python ./tools/deploy.py ^
    configs/mmdet/detection/detection_onnxruntime_dynamic.py ^
    E:\BaiduNetdiskDownload\config.py ^
    E:\BaiduNetdiskDownload\best_coco_bbox_mAP_epoch_200.pth ^
    E:\Download\229d71dbe06557f7ddf9f07f05ce442.jpg ^
    --work-dir work_dir ^
    --show ^

你可能感兴趣的:(计算机视觉,python,人工智能,深度学习)