jhasuman / potholes-detection

This is a deep learning model for detecting the potholes on roads. The model is using YOLO-v2.
79 stars 35 forks source link

No backend mentioned in config file #9

Open Anjali-Poornima666 opened 5 years ago

Anjali-Poornima666 commented 5 years ago

File "predict.py", line 46, in main yolo = YOLO(backend = config['model']['backend'], KeyError: 'backend'

What backend should be used for this pretrained model.? Please help as soon as possible.

leon2912 commented 5 years ago

I also have same issue..did u find soln

ZaheedaT commented 5 years ago

@Anjali-Poornima666 @leon2912

found a fix here https://github.com/experiencor/keras-yolo2/issues/321#issuecomment-402384872

valentinoPereira commented 4 years ago

@Anjali-Poornima666 @leon2912

found a fix here experiencor/keras-yolo2#321 (comment)

Thanks @ZaheedaT .. This fixed the issue.