Skip to content

Sound Event Detection with YAMNet on Jetson Nano

Notifications You must be signed in to change notification settings

IISNRL/sed-yamnet-jetson-nano

 
 

Repository files navigation

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

About

Sound Event Detection with YAMNet on Jetson Nano

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.9%
  • Shell 3.1%