您的位置:首页 > 其它

ctypes.ArgumentError: argument 1: <class 'TypeError'>: wrong type

2019-05-10 21:03 2571 查看

vehicle_weights = 'data/vehicle-detector/yolo-voc.weights'.encode('utf-8')

vehicle_netcfg = 'data/vehicle-detector/yolo-voc.cfg'.encode('utf-8')

vehicle_dataset = 'data/vehicle-detector/voc.data'.encode('utf-8')

 

(adsbygoogle = window.adsbygoogle || []).push({});
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  ctypes
相关文章推荐