본문 바로가기

NVIDIA Jetson4

Jetson Nano Visual Studio Code & Arduino install Guide 안녕하세요. VeriLog입니다. Jetson Nano를 사용하다보면 코드를 수정하거나 아두이노와 연동해야하는 상황이 생길 수 있습니다. 이번 포스팅에서는 C/Python 코드 수정 시, 사용하기 편한 Visual Studio Code를 설치하는 방법과, 아두이노 IDE 설치 및 포트를 열어서 사용하는 방법에 대해서 이야기하고자 합니다. 1. Visual Studio Code 설치 - Visual Studio Code 설치는 간단하게 아래 코드를 통해서 할 수 있습니다. git clone https://github.com/JetsonHacksNano/installVSCode.git cd installVSCode ./installVSCode.sh 2. Arduino IDE 설치 - 먼저 아두이노 홈페이지로.. 2021. 5. 12.
YOLOv4 on NVIDIA Jetson Nano 안녕하세요. VeriLog입니다. 오늘은 대표적인 Object Detection 알고리즘인 YOLOv4를 Jetson Nano에서 구현하는 법에 대해 포스팅하려고 합니다. 저의 환경은 다음과 같습니다. - Jetson Nano - JetPack version: 4.5.1 먼저 Jetson Nano에 대한 초시 세팅이 필요합니다. 초기 세팅법은 이전 포스팅을 참고해주세요. 2019.10.25 - [NVIDIA Jetson] - Getting Started with Jetson Nano Getting Started with Jetson Nano Today, I would like to share how to set up Jetson Nano. Reference: Nvidia Site https://devel.. 2021. 5. 10.
Jetson Inference Using OpenCV Hi guys. Today, I would like to share how to use OpenCV on Jetson Inference. Jetson Inference examples such as Image Recognition / Detection / Segmentation are using GStreamer, not OpenCV. However, sometimes it is needed to use OpenCV Mat for image processing. So, in this posting, I would like to share how to change data gotten from GStreamer to OpenCV Mat type. Here is my environment - Device: .. 2019. 11. 5.
Getting Started with Jetson Nano Today, I would like to share how to set up Jetson Nano. Reference: Nvidia Site https://developer.nvidia.com/embedded/learn/get-started-jetson-nano-devkit#intro Here is pre-requisite materials. 1. A micro-SD card (minimum 16GB / Recommended >32GB) 2. Power supply 3. An ethernet cable 4. Keyboard and Mouse (USB Type) Step1. Download SD Card Image zip file. 1-1. Go to the https://developer.nvidia.c.. 2019. 10. 25.