This Repository replaces the BackBone ELAN_Darknet
of YOLOv7 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);
Keep Learning!