org-arl / arlpy

ARL Python Tools
BSD 3-Clause "New" or "Revised" License
119 stars 37 forks source link

Autonomous_driving_application_Car_detection using yolo #46

Closed sahusarkar closed 4 years ago

sahusarkar commented 4 years ago

class_names = read_classes("coco_classes.txt") anchors = read_anchors("yolo_anchors.txt") image_shape = (720., 1280.) Screenshot (989)

ValueError: could not convert string to float:

mchitre commented 4 years ago

I don't see anything to do with arlpy here.