Skip to content

Commit

Permalink
challange
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakan Ardo committed Dec 18, 2024
1 parent dc2de92 commit 9cbc602
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ mmcv==2.1.0
mmdet>=3.1.0
mmpose>=1.1.0
importlib_metadata

xtcocotools
7 changes: 7 additions & 0 deletions split_challenge.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import json

with open("data/SoccerNet/SpiideoSynLoc/annotations/challenge_private.json") as fd:
data = json.load(fd)
del data['annotations']
with open("data/SoccerNet/SpiideoSynLoc/annotations/challenge_public.json", "w") as fd:
json.dump(data, fd)

0 comments on commit 9cbc602

Please sign in to comment.