From 70e914152a2970706cd1b09af246590b4cc9112b Mon Sep 17 00:00:00 2001 From: Ma5onic <18509613+Ma5onic@users.noreply.github.com> Date: Fri, 13 May 2022 05:55:08 -0400 Subject: [PATCH] Documenting fix for git-lfs - quota reached Solution to issue #13 Thanks @Zokhoi for the fix! --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 12078ef..2cde475 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ After all those are installed, clone this branch: ```bash git clone -b leaderboard_B https://github.com/kuielab/mdx-net-submission.git ``` +git-lfs does not download the models if the repo has reached its quota, only placing pointer files there. They should be around 20 something MB each. +If the onnx models aren't there, you can get them from [here](https://zenodo.org/record/6513062/files/onnx_B.zip). ### Linux @@ -60,4 +62,4 @@ Just do conda activate mdx-submit ``` -to go back into the environment you have installed MDX's dependencies in. \ No newline at end of file +to go back into the environment you have installed MDX's dependencies in.