Function darknet_sys::test_detector

source ·
pub unsafe extern "C" fn test_detector(
    datacfg: *mut c_char,
    cfgfile: *mut c_char,
    weightfile: *mut c_char,
    filename: *mut c_char,
    thresh: f32,
    hier_thresh: f32,
    dont_show: c_int,
    ext_output: c_int,
    save_labels: c_int,
    outfile: *mut c_char,
    letter_box: c_int,
    benchmark_layers: c_int
)