NidhiS09 commited on
Commit
da791fc
·
verified ·
1 Parent(s): b3cb606

Update src/main.py

Browse files
Files changed (1) hide show
  1. src/main.py +5 -5
src/main.py CHANGED
@@ -31,11 +31,11 @@ DB_REPO_TYPE = "dataset"
31
  SUBMISSIONS_TOKEN = os.getenv("SUBMISSIONS_TOKEN", "")
32
 
33
  # Phase config (copied from EvalAI config intent)
34
- PHASES = [
35
- {"label": "Dev (qeury-dev2024)", "codename": "test-dev2024"},
36
- {"label": "Standard (query-standard2024)", "codename": "test-standard2024"},
37
- {"label": "Challenge (query-challenge2024)", "codename": "test-challenge2024"},
38
- ]
39
 
40
  CHALLENGE_TYPES = ["Object Detection", "Instance Segmentation"]
41
 
 
31
  SUBMISSIONS_TOKEN = os.getenv("SUBMISSIONS_TOKEN", "")
32
 
33
  # Phase config (copied from EvalAI config intent)
34
+ # PHASES = [
35
+ # {"label": "Dev (qeury-dev2024)", "codename": "test-dev2024"},
36
+ # {"label": "Standard (query-standard2024)", "codename": "test-standard2024"},
37
+ # {"label": "Challenge (query-challenge2024)", "codename": "test-challenge2024"},
38
+ # ]
39
 
40
  CHALLENGE_TYPES = ["Object Detection", "Instance Segmentation"]
41