|
void | backward_network (network net, Darknet::NetworkState state) |
|
void | calculate_binary_weights (network net) |
|
network | combine_train_valid_networks (network net_train, network net_map) |
|
void | compare_networks (network n1, network n2, data test) |
|
void | copy_cudnn_descriptors (const Darknet::Layer &src, Darknet::Layer *dst) |
|
void | copy_weights_net (network net_train, network *net_map) |
|
void | custom_get_region_detections (const Darknet::Layer &l, int w, int h, int net_w, int net_h, float thresh, int *map, float hier, int relative, detection *dets, int letter) |
|
char * | detection_to_json (detection *dets, int nboxes, int classes, char **names, long long int frame_id, char *filename) |
|
void | ema_apply (network net) |
|
void | ema_update (network net, float ema_alpha) |
|
void | fill_network_boxes (network *net, int w, int h, float thresh, float hier, int *map, int relative, detection *dets, int letter) |
|
void | fill_network_boxes_batch (network *net, int w, int h, float thresh, float hier, int *map, int relative, detection *dets, int letter, int batch) |
|
void | fill_network_boxes_v3 (network *net, int w, int h, float thresh, float hier, int *map, int relative, detection *dets, int letter, Darknet::Output_Object_Cache &cache) |
|
void | forward_blank_layer (Darknet::Layer &l, Darknet::NetworkState state) |
|
void | forward_network (network net, Darknet::NetworkState state) |
|
void | free_batch_detections (det_num_pair *det_num_pairs, int n) |
|
void | free_detections (detection *dets, int n) |
|
void | free_network (network net) |
|
void | free_network_ptr (network *net) |
|
void | free_network_recurrent_state (network net) |
|
void | fuse_conv_batchnorm (network net) |
|
int | get_current_batch (network net) |
|
int64_t | get_current_iteration (network net) |
|
float | get_current_rate (network net) |
|
float | get_current_seq_subdivisions (network net) |
|
detection * | get_network_boxes (network *net, int w, int h, float thresh, float hier, int *map, int relative, int *num, int letter) |
|
float | get_network_cost (network net) |
|
Darknet::Image | get_network_image (network net) |
|
Darknet::Image | get_network_image_layer (network net, int i) |
|
int | get_network_input_size (network net) |
|
Darknet::Layer * | get_network_layer (network *net, int i) |
|
float * | get_network_output (network net) |
|
int | get_network_output_size (network net) |
|
int | get_predicted_class_network (network net) |
|
int | get_sequence_value (network net) |
|
int | is_ema_initialized (network net) |
|
static float | lrelu (float src) |
|
network | make_network (int n) |
|
detection * | make_network_boxes (network *net, float thresh, int *num) |
|
detection * | make_network_boxes_batch (network *net, float thresh, int *num, int batch) |
|
detection * | make_network_boxes_v3 (network *net, const float thresh, int *num, Darknet::Output_Object_Cache &cache) |
|
float * | network_accuracies (network net, data d, int n) |
|
float | network_accuracy (network net, data d) |
|
float | network_accuracy_multi (network net, data d, int n) |
|
int | network_height (network *net) |
|
float * | network_predict (network net, float *input) |
|
det_num_pair * | network_predict_batch (network *net, Darknet::Image im, int batch_size, int w, int h, float thresh, float hier, int *map, int relative, int letter) |
|
matrix | network_predict_data (network net, data test) |
|
matrix | network_predict_data_multi (network net, data test, int n) |
|
float * | network_predict_image (network *net, Darknet::Image im) |
|
float * | network_predict_image_letterbox (network *net, Darknet::Image im) |
|
float * | network_predict_ptr (network *net, float *input) |
|
int | network_width (network *net) |
|
int | num_detections (network *net, float thresh) |
|
int | num_detections_batch (network *net, float thresh, int batch) |
|
int | num_detections_v3 (network *net, float thresh, Darknet::Output_Object_Cache &cache) |
|
void | print_network (network net) |
|
void | randomize_network_recurrent_state (network net) |
|
int | recalculate_workspace_size (network *net) |
|
void | reject_similar_weights (network net, float sim_threshold) |
|
void | remember_network_recurrent_state (network net) |
|
void | reset_network_state (network *net, int b) |
|
void | reset_rnn (network *net) |
|
int | resize_network (network *net, int w, int h) |
|
void | restore_network_recurrent_state (network net) |
|
void | set_batch_network (network *net, int b) |
|
void | top_predictions (network net, int k, int *index) |
|
float | train_network (network net, data d) |
|
float | train_network_batch (network net, data d, int n) |
|
float | train_network_datum (network net, float *x, float *y) |
|
float | train_network_waitkey (network net, data d, int wait_key) |
|
void | update_network (network net) |
|
void | visualize_network (network net) |
|