Detection is back, baby\!

This commit is contained in:
Joseph Redmon
2015-02-10 19:41:03 -08:00
parent 979d02126b
commit 0f645836f1
24 changed files with 745 additions and 116 deletions

View File

@ -21,7 +21,7 @@ typedef struct {
image get_maxpool_image(maxpool_layer layer);
maxpool_layer *make_maxpool_layer(int batch, int h, int w, int c, int size, int stride);
void resize_maxpool_layer(maxpool_layer *layer, int h, int w, int c);
void resize_maxpool_layer(maxpool_layer *layer, int h, int w);
void forward_maxpool_layer(const maxpool_layer layer, float *input);
void backward_maxpool_layer(const maxpool_layer layer, float *delta);