From cd87680d3270b534b107d7c6fdde05cffa3a35d8 Mon Sep 17 00:00:00 2001 From: Anton Tetov <anton@tetov.se> Date: Mon, 13 Jun 2022 16:02:34 +0200 Subject: [PATCH] add weights using git lfs --- .gitattributes | 6 ++++++ .gitignore | 2 +- weights/yolov3-vattenhallen_best.weights | 3 +++ weights/yolov3-veges_best.weights | 3 +++ 4 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 weights/yolov3-vattenhallen_best.weights create mode 100644 weights/yolov3-veges_best.weights diff --git a/.gitattributes b/.gitattributes index 28ba2d8..3ba4761 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,9 @@ +# eol=lf in remotes +* text=auto + +# track larger files using git lfs *.weights filter=lfs diff=lfs merge=lfs -text +*.jpg filter=lfs diff=lfs merge=lfs -text +*.jpeg filter=lfs diff=lfs merge=lfs -text weights/*.weights filter=lfs diff=lfs merge=lfs -text **/*.weights filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore index 577d142..4c88b41 100644 --- a/.gitignore +++ b/.gitignore @@ -142,5 +142,5 @@ dmypy.json cython_debug/ # custom -weights/ creds.py +creds.json diff --git a/weights/yolov3-vattenhallen_best.weights b/weights/yolov3-vattenhallen_best.weights new file mode 100644 index 0000000..2be2b03 --- /dev/null +++ b/weights/yolov3-vattenhallen_best.weights @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4c52e0a741d72314e911bc52f237c915b2fba237aebb32d1fd4c8927a9f3ff7 +size 246434628 diff --git a/weights/yolov3-veges_best.weights b/weights/yolov3-veges_best.weights new file mode 100644 index 0000000..ab34a25 --- /dev/null +++ b/weights/yolov3-veges_best.weights @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37dab259468e45f107c0b1f0071c50c035e110346634b089aac8c584c71e36f1 +size 246499248 -- GitLab