markjay4k / YOLO-series

A series of notebooks describing how to use YOLO (darkflow) in python
248 stars 171 forks source link

Error loading model #1

Open billchenxi opened 6 years ago

billchenxi commented 6 years ago

I did exactly what you wrote, and I have issue.

define the model options and run

options = { 'model': 'cfg/yolo.cfg', 'load': 'bin/yolo.weights', 'threshold': 0.3, 'gpu': 1 }

tfnet = TFNet(options)

TypeError: Expected int32, got list containing Tensors of type '_Message' instead.

markjay4k commented 6 years ago

did you download the correct weights from https://pjreddie.com/darknet/yolo/ ?