qqlu / Entity

EntitySeg Toolbox: Towards Open-World and High-Quality Image Segmentation
Other
704 stars 58 forks source link

Could you please provide evaluation code for datasets other than coco? e.g. ADE20k? #9

Open zbwxp opened 3 years ago

zbwxp commented 3 years ago

It seems current entity_evaluation.py can only calculate entity AP for coco datasets only. Yet in your paper, there are results for other datasets like ade20k and cityscapes. Could you please provide code for the evaluation of those datasets? Thank you very much.

qqlu commented 3 years ago

You can transform the annotation of the ade20k dataset into the coco format. The evaluation code is general to all datasets.

We would upload the code of transforming the ade20k and cityscapes as soon as possible.

qqlu commented 3 years ago

You can transform the annotation of the ade20k dataset into the coco format. The evaluation code is general to all datasets.

We would upload the code of transforming the ade20k and cityscapes as soon as possible.