mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Big changes to detection
This commit is contained in:
@ -2,12 +2,14 @@
|
||||
#define COST_LAYER_H
|
||||
|
||||
typedef enum{
|
||||
SSE, DETECTION
|
||||
SSE
|
||||
} COST_TYPE;
|
||||
|
||||
typedef struct {
|
||||
int inputs;
|
||||
int batch;
|
||||
int coords;
|
||||
int classes;
|
||||
float *delta;
|
||||
float *output;
|
||||
COST_TYPE type;
|
||||
|
Reference in New Issue
Block a user