mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
MERRY CHRISTMAS I BROKE ALL YOUR DETECTION THINGS
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include "layer.h"
|
||||
#include "network.h"
|
||||
|
||||
layer make_region_layer(int batch, int h, int w, int n, int classes, int coords);
|
||||
layer make_region_layer(int batch, int h, int w, int n, int total, int *mask, int classes, int coords);
|
||||
void forward_region_layer(const layer l, network net);
|
||||
void backward_region_layer(const layer l, network net);
|
||||
void resize_region_layer(layer *l, int w, int h);
|
||||
|
||||
Reference in New Issue
Block a user