linhaoqi027 / yolov5_openvino_sdk

an SDK about how to use openvino model transformed from yolov5
36 stars 11 forks source link

test.py have a error #6

Open xiaomujiang opened 3 years ago

xiaomujiang commented 3 years ago

when i run train.py , it have a error , but i do nothing to the code, can you help me ?

test.py", line 104, in test inf_out, train_out = model(img,augment = augment) # inference and training outputs ValueError: too many values to unpack (expected 2)