For my project I'm using Yolo V7 for detecting some balls. I trained it with 8 batch size and 300 epochs the detection was perfect in Google Colab I tried same model in local machine (Gaming Laptop) it didn't detect and I had no errors showed in terminal. I tried lowering confidence level and did as I can. Even I tried reinstall YoloV7 it gave me same problem.
My weight file and Testing Image is over here
https://drive.google.com/drive/folders/11_O4Hu4KA-1xU9E3-LNXk1_Yq5OwGv_0?usp=sharing
(This Model Worked / Performed Detecting Perfect in Google Colab, I need to run locally for my project but its not detecting any objects)
My specs
- i5 9th gen
- Gtx 1650 4gb vram
- 16gb Memory
Let me know how to fix this problem