DurhamARC / raga-pose-estimation

MIT License
4 stars 1 forks source link

Automatically save results to Dropbox or Google Drive #35

Closed MarionBWeinzierl closed 4 years ago

MarionBWeinzierl commented 4 years ago

To avoid loosing results due to Colab timeouts we should immediately store them in a "safe place".

See, e.g., https://kobkrit.com/how-to-directly-download-files-from-dropbox-or-google-drive-using-wget-in-terminal-or-in-google-573168195011

https://www.freecodecamp.org/news/how-to-transfer-large-files-to-google-colab-and-remote-jupyter-notebooks-26ca252892fa/

and also

https://colab.research.google.com/notebooks/io.ipynb

MarionBWeinzierl commented 4 years ago

I've implemented two more methods of getting your data: Within the OpenPose form run-button-klick the results are now at the end zipped up and a system dialogue appears that asks you where to save them. And I added a cell that also zips, mounts the drive and copies the zip over. However, all of this won't work if the runtime disconnects.

alisonrclarke commented 4 years ago

Could we mount Google Drive and use a directory in there as the output directory?

Martinclayton commented 4 years ago

Could we mount Google Drive and use a directory in there as the output directory?

I tried to do that with my Google Drive, but it then said it couldn't find the openpose directory - as if changing the output directory was affecting something earlier in the process. But you can probably figure that out!