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
Hi all,
Thanks for adding training code for COCO dataset.
I am training U-Net for segmentation on COCO Dataset. Can you please share the benchmark for COCO dataset in terms of mIOU? I wanted to verify if my training can achieve this.
The text was updated successfully, but these errors were encountered:
I have trained Unet for 50 epochs on COCO17. The mIoU came to be ~53.
It will be helpful if anyone can share approx mIoU value that other networks achieve on COCO segmentation.
Links to recent papers for segmentation SOTA on COCO17 will be great.
Hi @Rajrup ,
the coco config file is moe like a guideline for how to use COCO format dataset, the transforms and hyper parameters are transported directly from voc config file. This may be the reason for the low mIou.
We are now working on it.
Hi all,
Thanks for adding training code for COCO dataset.
I am training U-Net for segmentation on COCO Dataset. Can you please share the benchmark for COCO dataset in terms of mIOU? I wanted to verify if my training can achieve this.
The text was updated successfully, but these errors were encountered: