darknet  v3
Functions
yolo_layer.h File Reference
#include "darknet.h"
#include "layer.h"
#include "network.h"
Include dependency graph for yolo_layer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

layer make_yolo_layer (int batch, int w, int h, int n, int total, int *mask, int classes)
 
void forward_yolo_layer (const layer l, network net)
 
void backward_yolo_layer (const layer l, network net)
 
void resize_yolo_layer (layer *l, int w, int h)
 
int yolo_num_detections (layer l, float thresh)
 

Function Documentation

◆ backward_yolo_layer()

void backward_yolo_layer ( const layer  l,
network  net 
)

Definition at line 242 of file yolo_layer.c.

◆ forward_yolo_layer()

void forward_yolo_layer ( const layer  l,
network  net 
)

Definition at line 132 of file yolo_layer.c.

◆ make_yolo_layer()

layer make_yolo_layer ( int  batch,
int  w,
int  h,
int  n,
int  total,
int *  mask,
int  classes 
)

Definition at line 13 of file yolo_layer.c.

◆ resize_yolo_layer()

void resize_yolo_layer ( layer l,
int  w,
int  h 
)

Definition at line 63 of file yolo_layer.c.

◆ yolo_num_detections()

int yolo_num_detections ( layer  l,
float  thresh 
)

Definition at line 275 of file yolo_layer.c.