mirror of
				https://github.com/LdDl/go-darknet.git
				synced 2025-10-31 19:12:48 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			192 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			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);
 | 
