Ich habe dies versucht: < /p>
Code: Select all
import shutil
from google.colab import files
weights_dir = "/kaggle/working/runs/detect/train/weights"
shutil.make_archive(weights_dir, "zip", weights_dir)
files.download(weights_dir+".zip")
Code: Select all
import shutil
from google.colab import files
weights_dir = "/kaggle/working/runs/detect/train/weights"
shutil.make_archive(weights_dir, "zip", weights_dir)
files.download(weights_dir+".zip")