tensorflow2下用yolov3做目标识别

参考https://blog.csdn.net/aaronjny/article/details/103658254

我是按照上面这个做的,不过在使用的时候有报错。

报错:cannot allocate memory in static TLS block。

解决:把import cv2放在import tensorflow之前。

原文地址:https://www.cnblogs.com/gloria-zhang/p/12883033.html