tensorflow-yolo-v3 icon indicating copy to clipboard operation
tensorflow-yolo-v3 copied to clipboard

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

Open Pratyaksha-047 opened this issue 3 years ago • 1 comments

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

Pratyaksha-047 avatar Jun 27 '22 09:06 Pratyaksha-047

numpy version is too high

try python3.7 protobuf 3.19 numpy 1.19.2

GuoZhiyong avatar Aug 12 '22 04:08 GuoZhiyong