Cloud-CV / EvalAI-Starters

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

Add starters code for code upload challenge on EvalAI #34

Closed RishabhJain2018 closed 3 years ago

RishabhJain2018 commented 3 years ago

This PR --

How to run the code on local?

  1. Go to code_upload_challenge_evaluation folder.
  2. Run docker-compose build --no-cache environment to build environment container and docker-compose build --no-cache agent to build agent container.
  3. In a terminal, run docker-compose up environment to start the environment container.
  4. In another terminal, run docker-compose up agent to start the agent container.
  5. Once the evaluation completes, both the containers automatically exits.