You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This github repository is a complimentary resource for the Instance Detection Challenge. From python files and jupyter notebook files we provided, you can see how the challenge dataset is organized, how the evaluation is done, and how the required json file is generated for benchmarking on EvalAI. We also provide detailed comparison between two baselines in paper.
You may want to install necessary packages. Run pip install -r requirements.txt in your python environment. Note that we only tested the code on python >= 3.8.
Note: Evaluation protocol will recognize easy and hard by image id automatically. If participants need to submit a mini-version, please ensure your submission contains both easy and hard test images.
Generating the json file for benchmarking
The challenge server at EvalAI requires participants to upload a json or csv file that lists results on the test-set. We also provide examples of submission.json and submission_fasterrcnn_dev.csvhere.
Question?
Should you have technical questions, please create an issue here. If you have high-level questions, please contact Qianqian Shen (shenqq377@gmail.com) and Yunhan Zhao (yzhao117@gmail.com).