CenterNet-TensorRT icon indicating copy to clipboard operation
CenterNet-TensorRT copied to clipboard

num_bbox 个数问题

Open rolan123 opened this issue 3 years ago • 0 comments

getDetResult() {

    int num_bbox = static_cast<int>(_h_det[_det_len * 0]);

里面的原子计数,把所有的目标个数进行了累加,所得到的目标个数是出现过的所有目标的个数,以至于后面多了一堆零... 因为累加是在设备里,所以想问问这个怎么改呢?

rolan123 avatar Feb 18 '22 07:02 rolan123