healthonrails / annolid

An annotation and instance segmentation-based multiple animal tracking and behavior analysis package.
Other
41 stars 9 forks source link

Training the Model #12

Closed Hatem-Jr closed 3 years ago

Hatem-Jr commented 3 years ago

Hello, I wanted to know if there's any way to continue training my model if the Detectron google collab "disconnected/busy"

healthonrails commented 3 years ago

You need to keep the page open and check it frequently. Or you can buy Colab pro for the machine to stay on longer.

Hatem-Jr commented 3 years ago

I did this: ctrl+shift+i --->console paste this: function KeepClicking(){

console.log(“Clicking”);

document.querySelector(“colab-toolbar-button#connect”).click()

}setInterval(KeepClicking,60000) stimulates a click every 60 seconds