Joseph Redmon
2015-07-20 23c08be1442091e35697a790727330c4f4f8cd72
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;