Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation errors #10

Closed
boeysk66 opened this issue Jun 9, 2018 · 1 comment
Closed

Compilation errors #10

boeysk66 opened this issue Jun 9, 2018 · 1 comment

Comments

@boeysk66
Copy link

boeysk66 commented Jun 9, 2018

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
Copy link
Author

boeysk66 commented Jun 9, 2018

Just ignore. Resolved~

@boeysk66 boeysk66 closed this as completed Jun 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant