libtorch-yolov3 icon indicating copy to clipboard operation
libtorch-yolov3 copied to clipboard

Ihave a question, when I run this code?

Open xm0629 opened this issue 5 years ago • 2 comments

Screenshot from 2019-09-23 19-49-29

xm0629 avatar Sep 23 '19 12:09 xm0629

error Darknet(const char *conf_file, torch::Device *device);

int input_image_size = 416;
cout << input_image_size << endl;

Darknet net("../models/yolov3.cfg", &device);

xuming0629 avatar Sep 23 '19 13:09 xuming0629

@xm0629 could you fixed it ?

n01pham avatar Sep 26 '19 08:09 n01pham