资源算法 Tensorrt-Yolov3-tiny

Tensorrt-Yolov3-tiny

2020-03-04 | |  41 |   0 |   0

Tensorrt-Yolov3-tiny

darknet.weights --> onnx.onnx --> tensorrt.trt

sample from TensorRT-5.x.x.x/samples/python/yolov3_onnx/

Environment

device:
nvidia tx2

environment:
ubuntu18.04
tensorrt5.0.6.3
cuda10.0
cudnn7.3.1

How to use

set input size and batch size

set labels: line14,line19|data_processing.py
set output_layers: line723|yolov3_to_onnx.py
set batch_size: batch|xxx.cfg, line62|yolov3_to_onnx.py, line140|onnx_to_tensorrt.py
set input_size: input|xxx.cfg, line63|yolov3_to_onnx.py, line139|onnx_to_tensorrt.py
set mode: line141|onnx_to_tensorrt.py

performance on Tx2 with turn fp16 mode on:

input      batch size    inference time/ms
416x416        1                9.5
               16               8.75
               32               8.5
608x608        1                20
               16               18.1
               32               18


上一篇:YOLOv3-Based-Face-Detection-Tracking

下一篇: YOLOV3-NANO

用户评价
全部评价

热门资源

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • shih-styletransfer

    shih-styletransfer Code from Style Transfer ...