使用pycocotools时候,关于NameError: name ‘unicode’ is not defined
解决办法在环境中该package的cooc.py 308行改为
if type(resFile) == str or type(resFile) == bytes:
使用pycocotools时候,关于NameError: name ‘unicode’ is not defined
解决办法在环境中该package的cooc.py 308行改为
if type(resFile) == str or type(resFile) == bytes:
本文标题:NameError: name 'unicode' is not
本文链接:https://www.haomeiwen.com/subject/jwwamqtx.html
网友评论