Giter Club home page Giter Club logo

nanotrack's Issues

编译问题

林哥你好,我是ubuntu的系统,那么这行命令应该怎么修改呢:cmake -DCMAKE_SYSTEM_PROCESSOR=arm64 -DCMAKE_OSX_ARCHITECTURES=arm64 .. \

nanotrack_backbone_sim-opt.param and .bin

nanotrack_backbone_X255.pt and nanotrack_backbone_T127.pt,how to convert them to nanotrack_backbone_sim-opt.bin and nanotrack_backbone_sim-opt.param?
How to convert two pt files into one bin and param files?

some question about backbone net input size?

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!

error: ‘class ncnn::Extractor’ has no member named ‘opt’

hi,professor:
i compile your example code nanotrack-macos, i got an error:
error: ‘class ncnn::Extractor’ has no member named ‘opt’
ex_backbone.opt.use_vulkan_compute = true;

why got this compile error?
i use ncnn-20220420-full-source.zip, ncnn is compile from this source code.
please HELP!

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.