Joseph Redmon
2015-07-14 a47874a7e8ee2f0b22b59132e8e807468233dff0
src/layer.h
@@ -14,7 +14,8 @@
    CROP,
    ROUTE,
    COST,
    NORMALIZATION
    NORMALIZATION,
    AVGPOOL
} LAYER_TYPE;
typedef enum{
@@ -48,6 +49,7 @@
    int objectness;
    int does_cost;
    int joint;
    int noadjust;
    float alpha;
    float beta;