TensorRT-CenterNet
TensorRT-CenterNet copied to clipboard
about the outputBufferSize
Hi, I wanna ask why the outputBufferSize is set as mBindBufferSizes[1] * 6 in line 141 of ctdetNet.cpp?
This may cause overflow(in extreme cases) because each detection result contain 15 float members and 1 int member.