You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: