qqwweee / keras-yolo3

A Keras implementation of YOLOv3 (Tensorflow backend)
MIT License
7.14k stars 3.44k forks source link

Use yolov3 official website weight file training #708

Open Mrbatman-YJ opened 4 years ago

Mrbatman-YJ commented 4 years ago

Please help me

Input image filename:images/img00030.jpg (416, 416, 3) Traceback (most recent call last): File "yolo_video.py", line 73, in detect_img(YOLO(**vars(FLAGS))) File "yolo_video.py", line 15, in detect_img r_image = yolo.detect_image(image) File "E:\YOLOV3\K-yolo3\yolo.py", line 125, in detect_image self.input_image_shape: [image.size[1], image.size[0]], File "D:\anaconda3\lib\site-packages\tensorflow_core\python\framework\ops.py", line 705, in hash raise TypeError("Tensor is unhashable if Tensor equality is enabled. " TypeError: Tensor is unhashable if Tensor equality is enabled. Instead, use tensor.experimental_ref() as the key.

Sherlock-hh commented 3 years ago

Hi,have you solve this problem?I have met the same problem,could you tell me the solution?Thank you