From 69566983beacd6492ae9526c4b0e8e68dcfaa55f Mon Sep 17 00:00:00 2001 From: Shivam Khandelwal <shivam@aicrowd.com> Date: Fri, 28 May 2021 02:51:01 +0000 Subject: [PATCH] SiamMot cache directory for submissions --- .gitattributes | 1 + siam-mot/.cache/torch/hub/checkpoints/dla34-ba72cf86.pth | 3 +++ 2 files changed, 4 insertions(+) create mode 100755 siam-mot/.cache/torch/hub/checkpoints/dla34-ba72cf86.pth diff --git a/.gitattributes b/.gitattributes index ec4a626..545e710 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ *.pth filter=lfs diff=lfs merge=lfs -text +siam-mot/.cache/** filter=lfs diff=lfs merge=lfs -text diff --git a/siam-mot/.cache/torch/hub/checkpoints/dla34-ba72cf86.pth b/siam-mot/.cache/torch/hub/checkpoints/dla34-ba72cf86.pth new file mode 100755 index 0000000..6e98c52 --- /dev/null +++ b/siam-mot/.cache/torch/hub/checkpoints/dla34-ba72cf86.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba72cf86426e6333d9e8c6c7a8cae5549879212e48ae3aaad4bc8a7d009c34e1 +size 63228658 -- GitLab