Files
go-darknet/detection.h
2020-02-21 15:47:21 +03:00

7 lines
192 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);