From bd138e5c3f0080472bd1a10e2b8ccdce55707cf6 Mon Sep 17 00:00:00 2001 From: ktro2828 Date: Wed, 4 Sep 2024 09:05:36 +0900 Subject: [PATCH] chore: remove onnx files Signed-off-by: ktro2828 --- .gitattributes | 1 + README.md | 10 +++++----- onnx/mtr_dynamic.onnx | 3 --- onnx/mtr_static2x7.onnx | 3 --- 4 files changed, 6 insertions(+), 11 deletions(-) delete mode 100644 onnx/mtr_dynamic.onnx delete mode 100644 onnx/mtr_static2x7.onnx diff --git a/.gitattributes b/.gitattributes index 0d7d795..4b96f85 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ onnx/mtr_static2x7.onnx filter=lfs diff=lfs merge=lfs -text onnx/mtr_dynamic.onnx filter=lfs diff=lfs merge=lfs -text +*.onnx filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md index 3119465..92ca035 100644 --- a/README.md +++ b/README.md @@ -39,17 +39,17 @@ where, ## Build & Run -### Build +### Download onnx ```shell -cmake -B build && cmake --build build -j${nproc} +# download onnx.zip +git lfs pull ``` -### Download onnx +### Build ```shell -# download onnx.zip -git lfs pull +cmake -B build && cmake --build build -j${nproc} ``` ### Execute diff --git a/onnx/mtr_dynamic.onnx b/onnx/mtr_dynamic.onnx deleted file mode 100644 index ddf06d5..0000000 --- a/onnx/mtr_dynamic.onnx +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fbab874bfdf745f5cb999ae61bc9ba36b8348470f399b9d913a3ff7e75e38227 -size 247446920 diff --git a/onnx/mtr_static2x7.onnx b/onnx/mtr_static2x7.onnx deleted file mode 100644 index f6b2ed1..0000000 --- a/onnx/mtr_static2x7.onnx +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bacf09370559f8a811413647804c3f80611095ea9b101a2d004624d42d3322cd -size 248711520