experiencor / keras-yolo2

Easy training on custom dataset. Various backends (MobileNet and SqueezeNet) supported. A YOLO demo to detect raccoon run entirely in brower is accessible at https://git.io/vF7vI (not on Windows).
MIT License
1.73k stars 787 forks source link

Issue in running the BloodCell Detection.ipynb #459

Open swathi24prabhu opened 3 years ago

swathi24prabhu commented 3 years ago

IOErrorTraceback (most recent call last)

in () ----> 1 weight_reader = WeightReader(wt_path) /content/drive/My Drive/keras-yolo2-master/examples/utils.pyc in __init__(self, weight_file) 34 def __init__(self, weight_file): 35 self.offset = 4 ---> 36 self.all_weights = np.fromfile(weight_file, dtype='float32') 37 38 def read_bytes(self, size): IOError: [Errno 2] No such file or directory: 'yolo.weights' Can you please tell me which pretrained model has to be uploaded? full_yolo_backend.h5, inception_backend, mobilenet_backend, squeezenet_backend, tiny_yolo_backend these 5 files i have uploaded already, but still am getting same error