EvalAI-Starters icon indicating copy to clipboard operation
EvalAI-Starters copied to clipboard

How to create a challenge on EvalAI?

Results 32 EvalAI-Starters issues
Sort by recently updated
recently updated
newest added

This PR resolves https://github.com/Cloud-CV/EvalAI/issues/4329 https://github.com/Cloud-CV/EvalAI-Starters/issues/90

Issue: The challenge config here: https://github.com/Cloud-CV/EvalAI-Starters/blob/8338085c6335487332f5b57cf7182201b8499aad/challenge_config.yaml#L17 doesn't have sample/dummy `tags` and `domain` configuration available.

enhancement
help wanted
good first issue

This PR resolves Cloud-CV/EvalAI#4324 Since we're using **Python 3.7.5** in EvalAI-Starters, we can use **subprocess.run** instead of **.check_call.** This will allow us to capture the output and standard error output,...

Added Some errors to be shown when the pip installation fails

I am holding a remote evaluation challenge with EvalAI. I can succcessfully download the submissions from the website. However, when I need to update the leaderboard with `update_finished`, I meet...

Hello, I want to hold a *remote challenge evaluation*. When I read the README.md file in `remote_challenge_evaluation` fold, it says: "4. Create a new virtual python3 environment for installating the...

I want to hold a **remote challenge evaluation**, and when I read the README.md file in remote_challenge_evaluation fold, it says: "After receiving the details from the admin, please add these...

![image](https://github.com/Cloud-CV/EvalAI-Starters/assets/113190597/b5a34bb1-43e1-4af7-a6ad-8b679c2f4681) Why addition of a new leaderboard is not allowed? How to solve this problem? Does it mean I have to restart a new challenge?

Hi, I am getting the following errors when I update the `challenge_config.yaml` after using the given template initially. I understand the reasons behind some of these checks but at the...