NVIDIA-AI-IOT / jetson_benchmarks

Jetson Benchmark
MIT License
372 stars 71 forks source link

What dataset is used? #14

Closed rickymedrano closed 3 years ago

rickymedrano commented 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.

ak-nv commented 3 years ago

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 .