iovodov
2018-05-03 028696bf15efeca3acb3db8c42a96f7b9e0f55ff
src/box.h
@@ -30,6 +30,9 @@
   float *mask;
   float objectness;
   int sort_class;
   // The most probable class id: the best class index in this->prob.
   // Is filled temporary when processing results, otherwise not initialized
   int best_class;
} detection;
box float_to_box(float *f);