Coder Social home page Coder Social logo

liuqinglong110 / nanodet-plus-rk3588 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ycxia/nanodet-plus-rk3588

0.0 0.0 0.0 4.67 MB

deploy nanodet-plus model on rk3588

License: Apache License 2.0

Shell 1.66% C++ 80.87% C 7.38% CMake 10.09%

nanodet-plus-rk3588's Introduction

rk3588 nanodet-plus npu2

Deploy nanodet-plus model on rk3588.

  1. Change parameters for your models in include/postprocess.h.

    example: nanodet-EfficientNet-Lite2_512

    #define REG_MAX 10

    #define STRIDE_SIZE 3

    If you develop nanodet-plus-m-1.5x_416, the parameters shoule be:

    #define REG_MAX 7

    #define STRIDE_SIZE 4

  2. usage:

    ./build-linux_RK3588.sh

    ./install/rknn_nanodet_demo_Linux/rknn_nanodet_demo nanodet-EfficientNet-Lite2_512.rknn model/bus.jpg

  3. For speeding up postprocess, I used unsigmoid threshhold in postprocess.cc, because sigmoid function is time consuming.

    line255 : float unsigmod_conf_thresh = unsigmoid(conf_threshold);

NOTE: y = unsigmoid(x) x' = sigmoid(y)

  x and x' are incomplete equality.

nanodet-plus-rk3588's People

Contributors

ycxia 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.