Open xm0629 opened 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);
@xm0629 could you fixed it ?