dects dont works

This commit is contained in:
Francesco Gatti
2019-02-05 20:09:47 +00:00
parent c8dea4668d
commit 0e97452460
4 changed files with 52 additions and 25 deletions
+2 -1
View File
@@ -361,9 +361,10 @@ public:
dnnType *bias_h, *bias_d; //anchors
virtual dnnType* infer(dataDim_t &dim, dnnType* srcData);
int computeDetections(int w, int h, float thresh);
int computeDetections(int w, int h, int netw, int neth, float thresh);
const int MAX_DETECTIONS = 256;
dnnType *predictions;
Yolo::detection *dets;
int detected;
};