Git Product home page Git Product logo

centernet_tensorrt_cpp's Introduction

CenterNet_TensorRT_CPP

update

2020.2.20 更新 bbox

2020.2.19 更新 可以build engine for DCNv2, webcam_demo 测试OK 速度有点慢 约500ms

introduction

plan to finish basic TensorRT version of CenterNet working on JetsonNano

most of main code from Cao

I change some to run on JetsonNano, there are still many places need to be enhanced.

still in process ….

Environment

  1. Nvidia Jetson Nano with CSI Camera
  2. TensorRT 5.1.2.6

onnx model

Download here ctdet_coco_dla_2x.onnx Baidu 提取码 3ahy

Installation

  1. git clone https://github.com/Stephenfang51/CenterNet_TensorRT_CPP
  2. cd to the repo
  3. follow below
mkdir build
cd build
cmake ..
make

usage

firstly you should build engine from onnx

  1. building Engine : ./buildEngine -i /path/to/xxxxxx.onnx - o /path/to/xxxxxx.engine

  2. webcam demo : ./webcam_demo -e /path/to/xxxx.engine -c true

  3. image demo : ./demo -e /path/to/xxxx.engine -i /path/to/xxxx.jpg

  4. video demo : still working on it....

image demo result

centernet_tensorrt_cpp's People

Contributors

stephenfang51 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.