Cloud-CV / EvalAI-Starters

How to create a challenge on EvalAI?
75 stars 158 forks source link

Add scripts to test the evaluation script locally #7

Closed RishabhJain2018 closed 5 years ago

RishabhJain2018 commented 5 years ago

This PR adds two folder -

  1. challenge_data - contains the evaluation script
  2. worker - contains a script used to run the evaluation script

In order to run the evaluation script from the worker folder the command to be used is python -m worker.run whch is to be run from the directory where both these folders are present. Please make sure that the annotation file path, submission file path are correct in the script placed in worker folder.