Joseph Redmon
2015-04-15 d97331b88ff3d50035b1e22c9d0eb671b61227e3
src/network.h
@@ -3,6 +3,7 @@
#define NETWORK_H
#include "image.h"
#include "detection_layer.h"
#include "params.h"
#include "data.h"
@@ -81,6 +82,10 @@
void set_batch_network(network *net, int b);
int get_network_input_size(network net);
float get_network_cost(network net);
detection_layer *get_network_detection_layer(network net);
int get_network_nuisance(network net);
int get_network_background(network net);
#endif