I am creating a Yolov_3 model using darknet on Google Colab
I have done everything right and got pretrained weights to give a head start to the training but at the end while initializing the training it showed this.
It ran without error but showed darknet is directory.
What am I doing wrong.
Solved it by just entering into the darknet directory. As the terminal was outside and wasn't able to look for it