You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
.
.
.
The text was updated successfully, but these errors were encountered:
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
.
.
.
The text was updated successfully, but these errors were encountered: