I am working on integrating YOLO and PyTorch, python3-ultralytics, along with the necessary Python packages required for YOLO, into a Yocto-based environment for object detection. However, I am facing cross-compilation issues while building these components using Yocto.
The main challenge is compiling PyTorch and its dependencies for the target architecture. I am unsure about the best approach to handle these dependencies and ensure a successful cross-compilation.
Has anyone successfully integrated YOLO and PyTorch and python3-ultralytics into a Yocto-based system? Are there any recommended steps, patches, or modifications needed in the BitBake recipes to resolve these cross-compilation issues? Any guidance or reference materials would be greatly appreciated.
Hello,
The latest BSP has support on yolo and pytorch, for python3-ultralytincs there is no compilation on ARM devices please check it.
Regards