Skip to content

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

@arielkantorovich

Description

@arielkantorovich

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions