ganyc717 / Darknet-On-OpenCL

Darknet On OpenCL
MIT License
100 stars 44 forks source link

Compilation errors #10

Closed boeysk66 closed 6 years ago

boeysk66 commented 6 years ago

Tried to build the project on x64, got 9 compilation errors. Looks like some functions were not implemented eg. get_yolo_detections and etc.. Could you pls advise and help? Thanks so much.

Errors: Severity Code Description Project File Line Suppression State Error LNK2019 unresolved external symbol "int cdecl get_yolo_detections(struct layer,int,int,int,int,float,int ,int,struct detection )" (?get_yolo_detections@@YAHUlayer@@HHHHMPEAHHPEAUdetection@@@Z) referenced in function "void cdecl fill_network_boxes(struct network ,int,int,float,float,int ,int,struct detection *)" (?fill_network_boxes@@YAXPEAUnetwork@@HHMMPEAHHPEAUdetection@@@Z) darknet_cl C:\Personal\Project\Darknet-On-OpenCL\darknet_cl\network.obj 1

Severity Code Description Project File Line Suppression State Error LNK2019 unresolved external symbol "int cdecl yolo_num_detections(struct layer,float)" (?yolo_num_detections@@YAHUlayer@@M@Z) referenced in function "int cdecl num_detections(struct network *,float)" (?num_detections@@YAHPEAUnetwork@@M@Z) darknet_cl C:\Personal\Project\Darknet-On-OpenCL\darknet_cl\network.obj 1

. . .

boeysk66 commented 6 years ago

Just ignore. Resolved~