mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Compile fix
This commit is contained in:
@ -972,7 +972,7 @@ void calc_anchors(char *datacfg, int num_of_clusters, int final_width, int final
|
|||||||
cvReleaseMat(&labels);
|
cvReleaseMat(&labels);
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
void calc_anchors(char *datacfg, int num_of_clusters, int final_width, int final_height) {
|
void calc_anchors(char *datacfg, int num_of_clusters, int final_width, int final_height, int show) {
|
||||||
printf(" k-means++ can't be used without OpenCV, because there is used cvKMeans2 implementation \n");
|
printf(" k-means++ can't be used without OpenCV, because there is used cvKMeans2 implementation \n");
|
||||||
}
|
}
|
||||||
#endif // OPENCV
|
#endif // OPENCV
|
||||||
|
Reference in New Issue
Block a user