Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
arielkantorovich opened this issue Sep 21, 2021 · 0 comments
Open

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

arielkantorovich opened this issue Sep 21, 2021 · 0 comments

Comments

@arielkantorovich
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant