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

Functions

void backward_region_layer (Darknet::Layer &l, Darknet::NetworkState state)
 
void backward_region_layer_gpu (Darknet::Layer &l, Darknet::NetworkState state)
 
void correct_region_boxes (Darknet::Detection *dets, int n, int w, int h, int netw, int neth, int relative)
 
void forward_region_layer (Darknet::Layer &l, Darknet::NetworkState state)
 
void forward_region_layer_gpu (Darknet::Layer &l, Darknet::NetworkState state)
 
void get_region_boxes (const Darknet::Layer &l, int w, int h, float thresh, float **probs, Darknet::Box *boxes, int only_objectness, int *map)
 
void get_region_detections (Darknet::Layer &l, int w, int h, int netw, int neth, float thresh, int *map, float tree_thresh, int relative, Darknet::Detection *dets)
 
Darknet::Layer make_region_layer (int batch, int w, int h, int n, int classes, int coords, int max_boxes)
 
void resize_region_layer (Darknet::Layer *l, int w, int h)
 
void zero_objectness (Darknet::Layer &l)
 

Function Documentation

◆ backward_region_layer()

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

◆ backward_region_layer_gpu()

void backward_region_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_region_boxes()

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

◆ forward_region_layer()

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

◆ forward_region_layer_gpu()

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

◆ get_region_boxes()

void get_region_boxes ( const Darknet::Layer l,
int  w,
int  h,
float  thresh,
float **  probs,
Darknet::Box boxes,
int  only_objectness,
int *  map 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ get_region_detections()

void get_region_detections ( Darknet::Layer l,
int  w,
int  h,
int  netw,
int  neth,
float  thresh,
int *  map,
float  tree_thresh,
int  relative,
Darknet::Detection dets 
)

◆ make_region_layer()

Darknet::Layer make_region_layer ( int  batch,
int  w,
int  h,
int  n,
int  classes,
int  coords,
int  max_boxes 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ resize_region_layer()

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

◆ zero_objectness()

void zero_objectness ( Darknet::Layer l)