This Repository replaces the BackBone CSP_Darknet
of YOLOv5 with SwinTransformer_Tiny
.
Google Colab sometimes cannot run successfully with this Repository(changed from Bubliiiing's Codes).
Change pytorch version in 1.7.1 will help, i fix it in 2022.09. Good Luck!
To keep Colab online, press key F12 and put below codes on Websites Console, finally run it with Enter key.
function ConnectButton(){
console.log("Connect pushed");
document.querySelector("#top-toolbar > colab-connect-button").shadowRoot.querySelector("#connect").click()
}
setInterval(ConnectButton,60000);
Original code from Bubbliiiing, below links is his Repository.
https://github.com/bubbliiiing
I fixed a problem in Codes from Bubbliiing, which cannot load weights to Model for Keys match badly.
Keep Learning.