Git Product home page Git Product logo

inference_jetson-inference-batch's People

Contributors

rockkingjy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

hongzhenwang

inference_jetson-inference-batch's Issues

How to convert imgCPU data to MAT data?

I am trying to convert imgCPU data into MAT data using below code snippet.

cv::Mat rgb_img = cv::Mat((int)camera->GetWidth(),(int)camera->GetWidth(),CV_8UC1,(char*)imgCPU);
strcpy((char*)reg.data,(char*)imgCPU);

And I am not getting proper output as you can see in below image, frame is cropped half and half portion is black.So it means conversion is not happening properly.

41019485-83e4f130-697c-11e8-9cab-00af9b14e076

Is there any other way i can copy/convert imgCPU data to MAT data?

Doesnot compile on TX2 with Jetpack 4.2

Hi,

I cannot compile this program on Jetson TX2 with Jetpack 4.2.2 version. Reports an error when I run "make" command.
Please suggest us how we can run this application on 4.2.2 successfully.

Thanks
Susmitha

Memory issue , inconsistency

I only looked at imagenet-console.cpp but it has a memory issue since you only free the last image allocated with imgCPU pointer. I need to free the others, how can I do it?

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.