Qengineering / Jetson-Nano-image

Jetson Nano image with deep learning frameworks

Home Page:https://qengineering.eu/install-tensorflow-2.4.0-on-jetson-nano.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could you add a vesion with add Pre-installed NCNN, MNN like RPi-image repo ?

tonhathuy opened this issue · comments

Could you add a vesion with add Pre-installed NCNN, MNN like RPi-image repo ?

Dear @tonhathuy

We didn't put the ncnn and MNN framework on our image because it's really simple to install both packages.
See our guides ncnn and MNN If you need any assistance, please don't hesitate to contact us.

I had built MNN to follow your guides. Base on your jetson DNN image repo. But when I run cmake, OpenCL, OpenGL and Vulkan is OFF . Can I continue ?. Thank you!
Screenshot from 2021-08-04 18-02-03

I've checked it also. Vulkan, OpenCL and OpenGL are not installed on the JetPack I've used to build the image.
However, MNN is still using CUDA. So, if it's not a problem for you, please continue. I'll look into the missing Vulkan, OpenCL and GL on a later moment

I continue to build "make -j4" with no success. It seems to be an error in cuDNN
Screenshot from 2021-08-04 19-02-14

I see there is a new JetPack version 4.6.
I'm going to make an SDimage with ncnn and MNN, besides OpenCV, TensorFlow and the others.
Let me see what's happening when I try to install MNN here at the office. To be continued.

There are a few issues with MNN at the moment.
To install it on a Jetson Nano, please update the current GitHub version of MNN with pull request #1530 and #1616. Build without TensorRT for now. To be continued.

Thank you so much; I'm looking forward to it.

Dear @tonhathuy
I've updated the image. Besides the latest versions of the original software you will now find also ncnn, MNN on board.