top of page

실행 가이드

기본적인 YOLOv5 추론 소스 코드를 제공합니다. 아래 단계를 참조하세요.

소스 코드 받기

저장소 복제
  • 공식 ZAiV 저장소에서 저장소를 복제합니다.

git clone https://github.com/WithUs-AI/zaiv_detection_linux_demo.git

cd zaiv_detection_linux_demo

소스 코드 빌드

빌드
  • makefile을 기반으로 빌드

make -j4

객체 감지 실행

실행
  • ​만약 스캔 및 핑을 통해 아래와 같이 응답이 정상적으로 나타나는 경우, 정상적으로 연결 및 설정된 것 입니다.

./detection_native [ethernet interface name]

  • ZAiV-AHP

sudo modprobe hailo_pci

./detection_native

Stop
  • Input "Ctrl + C" on terminal windows.

bottom of page