valerietram88

Results 1 issues of valerietram88

I'm trying execute Parking_Slot_YOLO.py. It calls yolo.py in which there are these codes: class YOLO(object): _defaults = { "model_path": "drive/MyDrive/ToEditParkingDetection/parkingslotmaster/model_data/yolo.h5", # "anchors_path": 'model_data/yolo_anchors.txt', "classes_path": 'model_data/coco_classes.txt', "score" : 0.15, "iou" :...