pranoyr / head-detection-using-yolo

Detection of head using YOLO
MIT License
163 stars 53 forks source link

Backend model files to download? #4

Open karthee320 opened 5 years ago

karthee320 commented 5 years ago

In your backend.py code, it has provisions for multiple backend options(tiny_yolo, squeezenet, mobilenet, inception, vgg16, resnet50).

Where to download these model(.h5) files and its corresonding configurations in json?

karthee320 commented 5 years ago

@pranoyr : Do you have the download links for the other backend models?