I train a custom object detection model using a yolov8 after a training a model I check the model and I give one image but model not detect any object I search online for this error people say this solution
modify variable half on detect.py file to False
Line 31 : half = False
but this is not work for me. i run this code in google colab.