jetson-inference

Hyungseop Lee·2024년 10월 21일

jetson-inference : https://github.com/dusty-nv/jetson-inference

jetson orin에서 detection model을 실행시켜보기 위해 jetson-inference.github를 이용했다.


System Setup

Setting up Jetson with JetPack

  • jetson first setup은 앞의 글에서 했던 내용이다.
    (pass)

  • jetson-inference project를 사용하기 위한 두 가지 방법이 있다고 한다.
    나는 source로 project를 build하는 것을 사용했다 (Build the Project from Source)

Build the Project from Source


Inference

# Download test video
wget https://nvidia.box.com/shared/static/veuuimq6pwvd62p9fresqhrrmfqz0e2f.mp4 -O pedestrians.mp4

# C++
./detectnet pedestrians.mp4 images/test/pedestrians_ssd.mp4

# Python
./detectnet.py pedestrians.mp4 images/test/pedestrians_ssd.mp4
  • 위에서 download test video를 inference한 결과이다.
profile
Efficient Deep Learning

0개의 댓글