运行python eval.py --logtostderr --pipeline_config_path=training/faster_rcnn_resnet50_pets.config --checkpoint_dir=training/ --eval_dir=eval/
报错:NameError: name 'unicode' is not defined
怎么解决 ??
Python2 的unicode 函数在 Python3 中被命名为 str。在 Python3 中使用 str 来代替 Python2 中的 unicode.