Darknet/YOLO v3.0-149-gb11c9d5
Object Detection Framework
 
Loading...
Searching...
No Matches
gaussian_yolo_layer.hpp File Reference
Include dependency graph for gaussian_yolo_layer.hpp:
This graph shows which files directly or indirectly include this file:

Functions

void backward_gaussian_yolo_layer (Darknet::Layer &l, Darknet::NetworkState state)
 
void backward_gaussian_yolo_layer_gpu (Darknet::Layer &l, Darknet::NetworkState state)
 
void correct_gaussian_yolo_boxes (Darknet::Detection *dets, int n, int w, int h, int netw, int neth, int relative, int letter)
 
void forward_gaussian_yolo_layer (Darknet::Layer &l, Darknet::NetworkState state)
 
void forward_gaussian_yolo_layer_gpu (Darknet::Layer &l, Darknet::NetworkState state)
 
int gaussian_yolo_num_detections (const Darknet::Layer &l, float thresh)
 
int get_gaussian_yolo_detections (const Darknet::Layer &l, int w, int h, int netw, int neth, float thresh, int *map, int relative, Darknet::Detection *dets, int letter)
 
Darknet::Layer make_gaussian_yolo_layer (int batch, int w, int h, int n, int total, int *mask, int classes, int max_boxes)
 
void resize_gaussian_yolo_layer (Darknet::Layer *l, int w, int h)
 

Function Documentation

◆ backward_gaussian_yolo_layer()

void backward_gaussian_yolo_layer ( Darknet::Layer l,
Darknet::NetworkState  state 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ backward_gaussian_yolo_layer_gpu()

void backward_gaussian_yolo_layer_gpu ( Darknet::Layer l,
Darknet::NetworkState  state 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ correct_gaussian_yolo_boxes()

void correct_gaussian_yolo_boxes ( Darknet::Detection dets,
int  n,
int  w,
int  h,
int  netw,
int  neth,
int  relative,
int  letter 
)
Here is the caller graph for this function:

◆ forward_gaussian_yolo_layer()

void forward_gaussian_yolo_layer ( Darknet::Layer l,
Darknet::NetworkState  state 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ forward_gaussian_yolo_layer_gpu()

void forward_gaussian_yolo_layer_gpu ( Darknet::Layer l,
Darknet::NetworkState  state 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ gaussian_yolo_num_detections()

int gaussian_yolo_num_detections ( const Darknet::Layer l,
float  thresh 
)
Todo:
V3 JAZZ – should this be using the new "object cache"? (gaussian_yolo doesn't seem to be used anymore)
Here is the caller graph for this function:

◆ get_gaussian_yolo_detections()

int get_gaussian_yolo_detections ( const Darknet::Layer l,
int  w,
int  h,
int  netw,
int  neth,
float  thresh,
int *  map,
int  relative,
Darknet::Detection dets,
int  letter 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ make_gaussian_yolo_layer()

Darknet::Layer make_gaussian_yolo_layer ( int  batch,
int  w,
int  h,
int  n,
int  total,
int *  mask,
int  classes,
int  max_boxes 
)
Todo:
why!?
Here is the call graph for this function:
Here is the caller graph for this function:

◆ resize_gaussian_yolo_layer()

void resize_gaussian_yolo_layer ( Darknet::Layer l,
int  w,
int  h 
)
Here is the call graph for this function:
Here is the caller graph for this function: