[object detection] TypeError: can't pickle dict_values objects

https://github.com/tensorflow/models/issues/4780

If you're using python3 , add list() to category_index.values() in model_lib.py about line 381 as this list(category_index.values()).

猜你喜欢

转载自blog.csdn.net/jyl1999xxxx/article/details/85106145