mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
move as many defs as possible away from darknet.h
This commit is contained in:
@ -3,6 +3,8 @@
|
||||
|
||||
#include "darknet.h"
|
||||
|
||||
#define C_SHARP_MAX_OBJECTS 1000
|
||||
|
||||
struct bbox_t {
|
||||
unsigned int x, y, w, h; // (x,y) - top-left corner, (w, h) - width & height of bounded box
|
||||
float prob; // confidence - probability that the object was found correctly
|
||||
|
Reference in New Issue
Block a user