Detectron2 for Nvidia Jetson Nano

  1. use pre-built PyTorch from here: PyTorch for Jetson
    Make sure to use version that matches your JetPack version

  2. the Detectron2 wheels from the site you have linked will not work as they are for x86 architecture while Jetson series is aarch64 architecture. You must build Detectron from source.

1 Like