mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Compile fix
This commit is contained in:
@ -36,10 +36,13 @@ extern "C" {
|
|||||||
#include "blas.h"
|
#include "blas.h"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef OPENCV
|
||||||
|
#include "opencv2/highgui/highgui_c.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
float * get_network_output_gpu_layer(network net, int i);
|
float * get_network_output_gpu_layer(network net, int i);
|
||||||
float * get_network_delta_gpu_layer(network net, int i);
|
float * get_network_delta_gpu_layer(network net, int i);
|
||||||
float * get_network_output_gpu(network net);
|
float * get_network_output_gpu(network net);
|
||||||
#include "opencv2/highgui/highgui_c.h"
|
|
||||||
|
|
||||||
void forward_network_gpu(network net, network_state state)
|
void forward_network_gpu(network net, network_state state)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user