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
- 删除
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 ^