How to get coco test2017 results for submitting?

I used the code in train_faster_rcnn.py and trained successfully. However, this sciprt only teached me how to train and val with gluon. I want to get the test2017 results for submission on codalab. How to do? Any examples?

Hi @zhoulukuan,
You would need to adapt your dataset to match the format of COCO or VOC in order to use this script on a different dataset. Alternatively you can create your own custom dataset that can read from the format you are using and pass it to the network.