wangermeng2021 / Scaled-YOLOv4-tensorflow2

A Tensorflow2.x implementation of Scaled-YOLOv4 as described in Scaled-YOLOv4: Scaling Cross Stage Partial Network
Apache License 2.0
47 stars 18 forks source link

Unsuccessful TensorSliceReader constructor: Failed to find any matching files for ./pretrain/ScaledYOLOV4_p6_coco_pretrain/coco_pretrain #19

Open IlkayW opened 2 years ago

IlkayW commented 2 years ago

Somehow, I cant load the pretrained weights. My pretrained folder for p6 contains the following files:

Can you tell me where my mistake is?

(To be more precise, I'm only interested in saving the keras models as .h5 for inference only in my environment.)

pritamfocal commented 1 year ago

any updates on this ?