working on TED demo

This commit is contained in:
Joseph Redmon
2017-04-12 14:22:53 -07:00
parent 77ee1118bc
commit addcc4ef96
24 changed files with 392 additions and 110 deletions

View File

@@ -9,6 +9,7 @@ void forward_region_layer(const layer l, network net);
void backward_region_layer(const layer l, network net);
void get_region_boxes(layer l, int w, int h, float thresh, float **probs, box *boxes, int only_objectness, int *map, float tree_thresh, int nomult);
void resize_region_layer(layer *l, int w, int h);
void zero_objectness(layer l);
#ifdef GPU
void forward_region_layer_gpu(const layer l, network net);