yasenh / libtorch-yolov5

A LibTorch inference implementation of the yolov5
MIT License
372 stars 114 forks source link

Report error under Windows #2

Closed xfchangwei closed 3 years ago

xfchangwei commented 3 years ago

output.toTuple()->elements()[0].toTensor();

yasenh commented 3 years ago

@xfchangwei Refer to: issue #4

blackCmd commented 3 years ago

output.toTuple()->elements()[0].toTensor();

I got the error too !!