Code Monkey home page Code Monkey logo

Comments (5)

Liuziyu77 avatar Liuziyu77 commented on June 3, 2024

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 error in update_submission_data. I found that when goes through it goes wrong in function make_request and response.raise_for_status(). Specifically:

response = requests.request(
                method=method, url=url, headers=headers, data=data
            )

It reports that requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://eval.ai/api/jobs/challenge/2253/update_submission/ and the content in the website is {"detail":"Authentication credentials were not provided."}

How can I fix it?

same issue,do you have any solution?

from evalai-starters.

Espere-1119-Song avatar Espere-1119-Song commented on June 3, 2024

Sorry, I didn't fix it. It seems I need to docker-compose up --build first, but I failed.

from evalai-starters.

Liuziyu77 avatar Liuziyu77 commented on June 3, 2024

Sorry, I didn't fix it. It seems I need to docker-compose up --build first, but I failed.

Hey, I found a solution which might be useful. I changed my output format as following, and the problem is fixed.
https://github.com/Cloud-CV/EvalAI-Starters/blob/master/remote_challenge_evaluation/evaluate.py#L52

from evalai-starters.

Espere-1119-Song avatar Espere-1119-Song commented on June 3, 2024

Did you install environments with docker-compose?

from evalai-starters.

Liuziyu77 avatar Liuziyu77 commented on June 3, 2024

Did you install environments with docker-compose?

No. I run ./remote_challenge_evaluation/main.py locally in my conda env to hold a remote evaluation.

from evalai-starters.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.