Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add eevaluation script update documentation #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,19 @@ In order to test the evaluation script locally before uploading it to [EvalAI](h

4. Upload the `challenge_config.zip` on [EvalAI](https://evalai.cloudcv.org) to create a challenge on EvalAI. Challenge will be available publicly once EvalAI Admin approves the challenge.

## Updating your evaluation script

In order to update the evaluation script after creating a challenge please follow the below instructions -

1. Go to the hosted challenges [pag](https://eval.ai/web/hosted-challenges).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pag -> page. Please do mention separate links for staging and production server.


2. Select the challenge for which you want to update the evaluation script.

3. Go to the `Evaluation` tab and click on `Upload` button.

4. Upload the new evaluation script and click on `Submit` button. Once the evaluation script is submitted the evaluation workers will automatically restart to sync the latest changes. You can check the status on `Manage` tab of the challenge page.


## Facing problems in creating a challenge?

Please feel free to open issues on our [GitHub Repository](https://github.com/Cloud-CV/EvalAI-Starter/issues) or contact us at [email protected] if you have issues.
Expand Down