Added Gaussian YOLOv3 layer [Gaussian_yolo]

This commit is contained in:
AlexeyAB
2019-10-25 20:47:17 +03:00
parent bb7d69941c
commit b3a2495298
13 changed files with 565 additions and 41 deletions

View File

@ -149,6 +149,7 @@ typedef enum {
XNOR,
REGION,
YOLO,
GAUSSIAN_YOLO,
ISEG,
REORG,
REORG_OLD,
@ -728,6 +729,7 @@ typedef struct detection{
float *mask;
float objectness;
int sort_class;
float *uc; // Gaussian_YOLOv3 - tx,ty,tw,th uncertainty
} detection;
// matrix.h