lewes6369 / TensorRT-Yolov3

TensorRT for Yolov3
MIT License
489 stars 165 forks source link

why output[0] is detcount #87

Open guoguangchao opened 4 years ago

guoguangchao commented 4 years ago

In line 326 of the main.cpp file, int detCount = output[0]; can you explain why output[0] is detcount?thanks you.