From 9054f630d7857dc82c53fe6612f8efffe6b3af78 Mon Sep 17 00:00:00 2001 From: iggotsul <igorgotsu@gmail.com> Date: Tue, 15 Mar 2022 20:58:20 +0200 Subject: [PATCH] mmdetection_submission_v0_13 --- .gitattributes | 1 + aicrowd.json | 2 +- models/epoch_11.pth | 3 --- models/epoch_15.pth | 3 --- models/epoch_16.pth | 3 +++ 5 files changed, 5 insertions(+), 7 deletions(-) delete mode 100644 models/epoch_11.pth delete mode 100644 models/epoch_15.pth create mode 100644 models/epoch_16.pth diff --git a/.gitattributes b/.gitattributes index 902bef3..9188529 100644 --- a/.gitattributes +++ b/.gitattributes @@ -13,3 +13,4 @@ models/epoch_9.pth filter=lfs diff=lfs merge=lfs -text .git/objects/pack/pack-56d100c69bfeb40f5129206a4e447b36bf6215f0.pack filter=lfs diff=lfs merge=lfs -text models/epoch_11.pth filter=lfs diff=lfs merge=lfs -text models/epoch_15.pth filter=lfs diff=lfs merge=lfs -text +models/epoch_16.pth filter=lfs diff=lfs merge=lfs -text diff --git a/aicrowd.json b/aicrowd.json index 3009760..6da8f2d 100644 --- a/aicrowd.json +++ b/aicrowd.json @@ -7,7 +7,7 @@ "license": "MIT", "gpu": true, "debug": false, - "model_path": "models/epoch_15.pth", + "model_path": "models/epoch_16.pth", "model_type": "mmdetection", "model_config_file": "configs/queryinst_2rd.py" } diff --git a/models/epoch_11.pth b/models/epoch_11.pth deleted file mode 100644 index a2b83cb..0000000 --- a/models/epoch_11.pth +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e053f2d7a143ca1f5af3331187b3c91d3557bb99214a7d83f21926ef9cb1dc0a -size 5517483221 diff --git a/models/epoch_15.pth b/models/epoch_15.pth deleted file mode 100644 index b480cb9..0000000 --- a/models/epoch_15.pth +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78c4a19ddb34415c4cc6af4df4ba2213fa2899c6f36fb628cf041690829ef5ad -size 1379805603 diff --git a/models/epoch_16.pth b/models/epoch_16.pth new file mode 100644 index 0000000..70ac817 --- /dev/null +++ b/models/epoch_16.pth @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04c49889cd8fe408f7b2f6c4a2ffbfac565ad88d37f206b252417312e4a4a15f +size 1379805643 -- GitLab