18 lines
251 B
C

#pragma once
#include "yolo_runtime.h"
#ifdef __cplusplus
extern "C" {
#endif
int write_result_json(
const char* path,
const char* model_config,
const yolo_result_set_t* results,
yolo_task_type_t task);
#ifdef __cplusplus
}
#endif