mirror of
https://github.com/LdDl/go-darknet.git
synced 2025-09-27 12:02:19 +08:00
8 lines
194 B
C
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);
|