theAIGuysCode / yolov3_deepsort

Object tracking implemented with YOLOv3, Deep Sort and Tensorflow.
GNU General Public License v3.0
337 stars 186 forks source link

Problem to convert Yolov3.weights to Tensor Flow format #66

Open arielkantorovich opened 2 years ago

arielkantorovich commented 2 years ago

Hi I'm not succeeding to convert yolo.weight to tensor flow format, I try exactly like the tutorial in youtube. Thanks to anyone who can help.

tensorflow/stream_executor/platform/default/dso_loader.cc:53] Successfully opened dynamic library libcudart.so.10.2 Traceback (most recent call last): File "convert.py", line 4, in from yolov3_tf2.models import YoloV3, YoloV3Tiny File "/home/uvision/Single-Multiple-Custom-Object-Detection-and-Tracking/yolov3_tf2/models.py", line 23, in from .utils import broadcast_iou File "/home/uvision/Single-Multiple-Custom-Object-Detection-and-Tracking/yolov3_tf2/utils.py", line 4, in import cv2 File "/usr/lib/python3.6/dist-packages/cv2/init.py", line 89, in bootstrap() File "/usr/lib/python3.6/dist-packages/cv2/init.py", line 79, in bootstrap import cv2 ImportError: /usr/lib/aarch64-linux-gnu/libgomp.so.1: cannot allocate memory in static TLS block