Files
go-darknet/detection.h
2020-02-19 14:52:19 +03:00

8 lines
194 B
C

#pragma once
#include <darknet.h>
extern detection * get_detection(detection *dets, int index, int dets_len);
extern float get_detection_probability(detection *det, int index, int prob_len);