I’m having some trouble setting up mmdet on my Jetson AGX Orin device, which is running JetPack 6.0. Initially, I tried using the dustynv/l4t-pytorch:r36.2.0 Docker image, but I encountered issues when I attempted to install mmdet and mmrotate.
I’m also trying to install mmdet and mmrotate directly on the system with pytorch 2.4.0. Everything goes smoothly until I reach the point where I try to install mmdet, at which point I receive the following error: Building wheel for mmcv (setup.py) ... error
I’m not sure how to resolve this issue and would appreciate any advice or tips from anyone who has successfully installed mmdet on a similar setup. Has anyone else faced this problem on a Jetson device? Are there any specific dependencies or steps I might be missing?