Submission size limitation

Hi,
I am trying to submit a 1.38 GB model for the suadd-2023-depth-perception challange.
But, I am getting the following error:

remote: fatal: pack exceeds maximum allowed size

Could you please share the limit on submission size?

Thanks,
Shah

Hi @shah_hossain

You’ll need to use git-lfs to add large files, as mentioned in the starter kit.

You can use this link for reference if this is your first time using it.

Additionally, since you already commited the file without git-lfs, you’ll need to revert that commit(s) first.

To make the process easier, you can also try using the submit.sh script.

Detailed instructions can be found here

In this case, you’ll still need to revert the previous commit first.

@dipam thanks for the help. Submission is going through.
But, it failed for some reason: AIcrowd

I was not able to figure it out from the debug-logs.

Is there a way to look at the exception?