pytorch / hub

Submission to https://pytorch.org/hub/
1.38k stars 240 forks source link

improved yolov5 #331

Closed fasp-2023 closed 1 year ago

fasp-2023 commented 1 year ago

Hi for everyone,

I'm try to improve a yolov5 algorithm.

Can you explain how you make the connections between the backbone layer with the neck? What does the Bot-transformmer_2 function consist of? image

How can do this functions? image

Thank you very much for your cooperation and if you can help me I would appreciate it.

Best regards,

Philip

NicolasHug commented 1 year ago

Hi @fasp-2023 , this is a question related to the YOLO model, not to torhchub itself. I see you already posted in the original repo already, so I suggest following up over there. Thanks!

fasp-2023 commented 1 month ago

Hi Glen and users of github,

I have a question about overfitting in my model. I have the following graphs: image

Whit this graphs, how can i say that my model is not in overfitting?

I used k-fold cross validation to test my overfitting with k=10. Results is below: image

Can you help me with understanding if i have overfitting?

Thank you very much.

Best Regards,

Philip