AlexeyAB
2018-01-04 9ac78d8b84f6a059d2cefe22a10aa60de5b3feaf
src/yolo_v2_class.cpp
@@ -54,7 +54,7 @@
   char *cfgfile = const_cast<char *>(cfg_filename.data());
   char *weightfile = const_cast<char *>(weight_filename.data());
   net = parse_network_cfg(cfgfile);
   net = parse_network_cfg_custom(cfgfile, 1);
   if (weightfile) {
      load_weights(&net, weightfile);
   }