geleshdeloitte

Results 2 issues of geleshdeloitte

yolo_head(yolo_model.output, anchors, len(class_names)), gives an error 'list' object has no attribute 'dtype'. Issue was closed according to https://github.com/qqwweee/keras-yolo3/issues/336 , but the remedy seems not implemented over here

The link https://pjreddie.com/media/files/yolov3.weights provided a file called yolov3.weights not yolov3-tiny.weights . I feel either this setup should work with yolov3.weights or the read me part needs to be edited to...