0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Jetson Nano 初期設定手順

Last updated at Posted at 2021-04-21

はじめに

Jetson Nanoに関する初期設定の手順を纏めておきます。
2021年4月時点での情報です。

設置の流れ

1.Jetpackの設置 (Jetson Nano用 Ubuntu + その他のプログラム)
2.TensorFlowの設置
3.Python IDE(PyCharm)の設置
4.OpenCVビルド
5.空冷ファンの購入
6.AI推論

各設置に関する情報

1.Jetpackの設置 (Jetson Nano用 Ubuntu + その他のプログラム)

下記のリンクのページに入り、Jetson Nano用のJetpackを設置します。2021年4月時点でVersionは4.5です。
https://developer.nvidia.com/embedded/learn/get-started-jetson-nano-devkit
image.png

2.TensorFlowの設置

下記のリンクのページに入り、Jetson Nano用のTensorflowを設置します。2021年4月時点でVersionは2.xxです。
https://docs.nvidia.com/deeplearning/frameworks/install-tf-jetson-platform/index.html
image.png

3.Python IDE(PyCharm)の設置

下記のリンクのページに入り、Jetson NanoにPyCharmを設置します。
https://kokensha.xyz/linux/jetson-nano-pycharm/
image.png

4.OpenCVビルド

下記のリンクのページに入り、OpenCVをビルドします。これによりOpenCVでCUDAが使えるようになります。
install_opencv4.5.0_Jetson.sh をダウンロードし、実行してください。ビルドが終わるまで約3時間程度かかります。
https://github.com/AastaNV/JEP/tree/master/script
image.png

5.空冷ファンの購入

PWM制御ができる4pinの空冷ファンの購入をお勧めします。Noctua社のNF-A4x20が有名ですが、ケーブルが太い問題と色がJetsonに合わない短所があります。(個人的な意見ですが)
そこで、私のおすすめはこちらの製品です。中華製のファンですが、ケーブルが細く、色も黒でJetsonと合うと思います。そして、価格がNoctua社半分程度で、実際に付けてみたら音も静かで問題はありませんでした。

https://amzn.to/32tUBIi
image.png

6. AI推論

まず、Hello AI World NVIDIA JETSONを実行することをお勧めします。
画像認識、物体検出、セグメンテーションの3兄弟をPython, C++で実行するといいと思います。
処理速度が速くて驚きました。
https://github.com/dusty-nv/jetson-inference/

image.png
image.png

0
0
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?