mystic123 / tensorflow-yolo-v3

Implementation of YOLO v3 object detector in Tensorflow (TF-Slim)
https://medium.com/@pawekapica_31302/implementing-yolo-v3-in-tensorflow-tf-slim-c3c55ff59dbe
Apache License 2.0
893 stars 353 forks source link

NotImplementedError: Cannot convert a symbolic Tensor (detector/yolo-v3/meshgrid/Size_1:0) to a numpy array. #112

Open Pratyaksha-047 opened 2 years ago

Pratyaksha-047 commented 2 years ago

When running this line to convert yolov3 custom model to .pb format: !python convert_weights_pb.py --class_names "classes.txt" --weights_file "yolov3_training_last.weights" --data_format "NHWC"

I am getting the above error. I am running this code in google colab Untitled

GuoZhiyong commented 2 years ago

numpy version is too high

try python3.7 protobuf 3.19 numpy 1.19.2