Git Product home page Git Product logo

Comments (2)

HonglinChu avatar HonglinChu commented on September 3, 2024

hi,professor: i fllow your code, and try convert to tensorrt code, i convert backbone net to onnx format ok, i use netron , then input size is image ,but i debug your ncnn-macos code, i find code below: ncnn::Mat ncnn_img = ncnn::Mat::from_pixels(z_crop.data, ncnn::Mat::PIXEL_BGR2RGB, z_crop.cols, z_crop.rows); printf("ncnn_img.w:%d,ncnn_img.h:%d\n",ncnn_img.w,ncnn_img.h); the result is ncnn_img.w=127, ncnn_img.h=127; so, what the real size for backbone input node?? how can i deal with this problem? PLEASE HELP!

NCNN supports adaptive scale input. And the initial template size is [1,3,127,127], search template size is [1,3,255,255]

from nanotrack.

jcyhcs avatar jcyhcs commented on September 3, 2024

hi,professor:
i have success run NanoTrack on jetson tx2 with TensorRT accelerate! it very fast, fps almost 77fps~122fps!
but i test the dance_girl.mp4, i find the track not very good, always have lost and track error!
the result is same with ncnn version.
i upload the result video of dance_girl, please tell me why NanoTrack is poor performance, and how to make it more better?

dance_girl_result.mp4

from nanotrack.

Related Issues (9)

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.