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.
2024/06/18
: Object Instance Detection Challenge was held at Workshop on Visual Perception and Learning in an Open World, CVPR 2024
2024/12/08
: 1st Object Instance Detection Workshop will be held at ACCV 2024.
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.
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.csv
here.
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).