How to download continuously geterating csv file automatically at an interval in google colab
I am running YOLO v4 algorithm to get trajectory data at google colab. It is continuously writing data in 'Tracked.csv'. I want to auto-download this file at some time interval as if the internet gets disconnected the file is lost.