pub unsafe extern "C" fn validate_detector_map(
    datacfg: *mut c_char,
    cfgfile: *mut c_char,
    weightfile: *mut c_char,
    thresh_calc_avg_iou: f32,
    iou_thresh: f32,
    map_points: c_int,
    letter_box: c_int,
    existing_net: *mut network
) -> f32