sejong-rcv/2022.Infra.EvalAI-Starters

[Window에서 Challenge 파일 생성하기]

Opened this issue · 0 comments

├── evaluation_script.zip                       # Contains the evaluation scripts
├── challenge_config.yaml                       # Configuration file to define challenge setup
├── logo.jpg                                    # Logo image of the challenge
├── submission.json                             # Sample submission file
├── run.sh                                      # Script to create the challenge configuration zip to be uploaded on EvalAI website
├── annotations                                 # Contains the annotations for Dataset splits
│   ├── test_annotations_devsplit.json          # Annotations of dev split
│   └── test_annotations_testsplit.json         # Annotations for test split
└── templates                                   # Contains challenge related HTML templates
    ├── challenge_phase_1_description.html      # Challenge Phase 1 description template
    ├── challenge_phase_2_description.html      # Challenge Phase 2 description template
    ├── description.html                        # Challenge description template
    ├── evaluation_details.html                 # Contains description about how submissions will be evalauted for each challenge phase
    ├── submission_guidelines.html              # Contains information about how to make submissions to the challenge
    └── terms_and_conditions.html               # Contains terms and conditions related to the challenge

윈도우에서는 run.sh가 제대로 실행되지 않습니다. 위의 파일 경로를 참고하셔서 직접 압축을 수행하시면 챌린지 파일을 만드실 수 있습니다. "evalutaion_script" 폴더만 따로 압축하신 후에 폴더에 있는 파일을 압축하시면 됩니다.