From 05ccbdbc1fe5fd2380b0cbebdfcbdee741d2c469 Mon Sep 17 00:00:00 2001 From: Ziliang Xiong <s0001516@u5cd94819fs> Date: Tue, 1 Feb 2022 22:24:59 +0100 Subject: [PATCH] delete weights --- .gitignore | 5 ++++- weights/yolov3-vattenhallen_best.weights | 3 --- weights/yolov3-veges_best.weights | 3 --- 3 files changed, 4 insertions(+), 7 deletions(-) delete mode 100644 weights/yolov3-vattenhallen_best.weights delete mode 100644 weights/yolov3-veges_best.weights diff --git a/.gitignore b/.gitignore index c837e2d..ac8ad34 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ # Created by https://www.toptal.com/developers/gitignore/api/python # Edit at https://www.toptal.com/developers/gitignore?templates=python +weights/ + ### Python ### # Byte-compiled / optimized / DLL files __pycache__/ @@ -140,4 +142,5 @@ dmypy.json .pytype/ # Cython debug symbols -cython_debug/ \ No newline at end of file +cython_debug/weights/yolov3-veges_best.weights +weights/yolov3-vattenhallen_best.weights diff --git a/weights/yolov3-vattenhallen_best.weights b/weights/yolov3-vattenhallen_best.weights deleted file mode 100644 index 2be2b03..0000000 --- a/weights/yolov3-vattenhallen_best.weights +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index ab34a25..0000000 --- a/weights/yolov3-veges_best.weights +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37dab259468e45f107c0b1f0071c50c035e110346634b089aac8c584c71e36f1 -size 246499248 -- GitLab