From 0f771dbb1e38af37fee74730abb3081dbba1148e Mon Sep 17 00:00:00 2001 From: Ram81 Date: Sat, 13 Feb 2021 13:15:46 +0530 Subject: [PATCH] Add eevaluation script update documentation --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 3a29b2e91..b9c066fa7 100644 --- a/README.md +++ b/README.md @@ -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). + +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 team@cloudcv.org if you have issues.