opendr源码安装

it2024-01-16  73

下载 https://github.com/mattloper/opendr

将opendr-master/opendr/utils.py最后一行   

open(dest_fname, 'w').write(contents)

改为    open(dest_fname, 'wb+').write(contents)

python setup.py  install

最新回复(0)