walktree / libtorch-yolov3

A Libtorch implementation of the YOLO v3 object detection algorithm
452 stars 131 forks source link

Ihave a question, when I run this code? #26

Open xm0629 opened 5 years ago

xm0629 commented 5 years ago

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

xuming0629 commented 5 years ago

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);

n01pham commented 5 years ago

@xm0629 could you fixed it ?