From 3a4a87dfec03c5f48794fb2b02e327b851bd3365 Mon Sep 17 00:00:00 2001 From: Suyog Jain Date: Thu, 1 Feb 2024 17:22:52 +0000 Subject: [PATCH] Initial setup --- challenge_config.yaml | 4 ++-- github/host_config.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/challenge_config.yaml b/challenge_config.yaml index 43a0923..c5cd988 100755 --- a/challenge_config.yaml +++ b/challenge_config.yaml @@ -2,8 +2,8 @@ # - title, short_description, leaderboard_description: fill with respective benchmark details # - leaderboard: replace with relevant benchmark metrics. See LTA challenge repo for examples. -title: "Ego4D " # No special characters like ":" allowed -short_description: "Ego4D challenge on " +title: "EgoExo4D Demonstrator Proficiency" # No special characters like ":" allowed +short_description: "EgoExo4D Demonstrator Proficiency challenge" description: templates/description.html evaluation_details: templates/evaluation_details.html terms_and_conditions: templates/terms_and_conditions.html diff --git a/github/host_config.json b/github/host_config.json index 95a8048..f1d12bf 100644 --- a/github/host_config.json +++ b/github/host_config.json @@ -1,5 +1,5 @@ { - "token": "", + "token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ0b2tlbl90eXBlIjoicmVmcmVzaCIsImV4cCI6MTcwODAyNzMyMSwianRpIjoiYWZiZjEzYzU4MzNiNDI5Y2E2YzI4NjJhYWRlN2IwZjciLCJ1c2VyX2lkIjoyNzg5OH0.6Pkr4lLH6fIRkzfXtDDeM1mHO-Rcp4vJqG53psTmRos", "team_pk": "1744", "evalai_host_url": "https://eval.ai" }