Closed rickymedrano closed 3 years ago
Which dataset is used when it's benchmarking the yolov3 model? I'm confused how it exactly it's calculating the FPS.
We use trtexec tool from NVIDIA TensorRT to get execution time. For YoloV3, we use original model trained on and convert ONNX, please check JK Jung's blog post .
trtexec
Which dataset is used when it's benchmarking the yolov3 model? I'm confused how it exactly it's calculating the FPS.