Skip to content
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.

Latest commit

 

History

History
21 lines (18 loc) · 762 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 762 Bytes

Sound Event Detection with YAMNet on Jetson Nano

Prepare Jetson Nano

  1. Write Image to the microSD Card
  2. Setup and First Boot
  3. Check IP and detach KVM (keyboard/monitor/mouse)

Install Dependencies

  1. SSH in Jetson Nano
  2. Clone this repo
    git clone https://github.com/x1001000/sed-yamnet-jetson-nano
  3. Run the script
    bash sed-yamnet-jetson-nano/install-deps.sh
  4. Repeat if there was an ERROR

Run Inference

  1. SSH in Jetson Nano
  2. Run the script
    cd && cd sed-yamnet-jetson-nano && python3 SED.py
  3. Plug in USB microphone now
  4. Unplug USB microphone when reboot