HFswapnil commited on
Commit
dbd5dbc
·
verified ·
1 Parent(s): 086fe55

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +3 -0
main.py CHANGED
@@ -31,6 +31,9 @@ CHALLENGE_TYPES = ["Object Detection", "Instance Segmentation"]
31
  LEADERBOARD_METRICS = ["bbox_mAP", "bbox_AP50", "segm_mAP", "segm_AP50"]
32
  DEFAULT_SORT_METRIC = "segm_AP50"
33
 
 
 
 
34
  # =========================
35
  # HF API
36
  # =========================
 
31
  LEADERBOARD_METRICS = ["bbox_mAP", "bbox_AP50", "segm_mAP", "segm_AP50"]
32
  DEFAULT_SORT_METRIC = "segm_AP50"
33
 
34
+ LEADERBOARD_METIRCS_VQA = ["overall"]
35
+ DEFAULT_SORT_METRIC = "overall"
36
+
37
  # =========================
38
  # HF API
39
  # =========================