abdullahtarek / tennis_analysis

This project analyzes Tennis players in a video to measure their speed, ball shot speed and number of shots. This project will detect players and the tennis ball using YOLO and also utilizes CNNs to extract court keypoints. This hands on project is perfect for polishing your machine learning, and computer vision skills.
320 stars 108 forks source link

ERROR::-> !yolo task=detect mode=train model=yolov5.pt data ={dataset.location}/data.yaml epochs=100 imgsz=640 #3

Open athulanil21 opened 3 months ago

athulanil21 commented 3 months ago

THE ABOVE CODE IS NOT BEING EXECUTED, i am a student and is highly relaying on works like yours to self-learn ML . could you please upload the "yolo5_best.pt" and "yolo5_last.pt" files in model folder in git hub. it would be so helpful as i am currently stuck in that step. image

KrishEdit commented 2 months ago

hi, I'm stuck in this step too, how to solve it?

abdullahtarek commented 2 months ago

@KrishEdit @athulanil21 . maybe try and useyolov516.pt without the u . Also, try yolov5x.pt instead.

LemonJam84 commented 2 months ago

I am also stuck on this step. Would you be able to upload "yolo5_best.pt" and "yolo5_last.pt" files in model folder in git hub? It would be very helpful.

KrishEdit commented 2 months ago

Good afternoon Sir Abdullahtarek, Thank you so much for your response, I apologize for the late reply, it's our exam week that's why I wasn't able to view your reply, I'l update you of what I'll get after I applied what you want us to check.

Sincerely, Krishia Olan

https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail Virus-free.www.avast.com https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>

On Sun, Apr 21, 2024 at 9:00 AM LemonJam84 @.***> wrote:

I am also stuck on this step. Would you be able to upload "yolo5_best.pt" and "yolo5_last.pt" files in model folder in git hub? It would be very helpful.

— Reply to this email directly, view it on GitHub https://github.com/abdullahtarek/tennis_analysis/issues/3#issuecomment-2067818014, or unsubscribe https://github.com/notifications/unsubscribe-auth/BG4HIW26O4G32BCBZYKURRDY6L6R3AVCNFSM6AAAAABGDR3HY6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANRXHAYTQMBRGQ . You are receiving this because you were mentioned.Message ID: @.***>

KrishEdit commented 2 months ago

good morning Mr. Abdullahtarek, I used yolov8x on all the parts, is that okay?

Sincerely, Krishia Olan

On Fri, Apr 19, 2024 at 3:45 PM Abdullah Tarek @.***> wrote:

@athulanil21 https://github.com/athulanil21 @KrishEdit https://github.com/KrishEdit . hello, there is no yolo516u.You can check here https://github.com/ultralytics/yolov5 .

In the video I used yolo5x and I think you are trying to yolo516. So remove the u. to make it yolo516.pt

— Reply to this email directly, view it on GitHub https://github.com/abdullahtarek/tennis_analysis/issues/3#issuecomment-2065865924, or unsubscribe https://github.com/notifications/unsubscribe-auth/BG4HIW2BL47MJBQMYMFDAODY6C4RPAVCNFSM6AAAAABGDR3HY6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANRVHA3DKOJSGQ . You are receiving this because you were mentioned.Message ID: @.***>

Matty-7 commented 2 months ago

@KrishEdit @athulanil21 . maybe try and useyolov516.pt without the u . Also, try yolov5x.pt instead.

Thank you! yolov5x.pt works for me.

LemonJam84 commented 2 months ago

works for me too, thank you!