I am trying to process images on Google Colab with Yolov4 tiny and darknet framework. The code works perfectly on my local MAC (2021, M1) but in Colab I am getting an error.
Thank you very much for your help!
!rm darknet
# clone darknet repo
!git clone https://github.com/AlexeyAB/darknet
# change makefile to have GPU and OPENCV enabled