size_h, size_w = 1440, 2560
ratio = 0.8
h, w = image.shape[:2]
h >= size_h and w >= size_w or (h > size_h * ratio and w > size_w * ratio)| Dataset | Method | maxFm | wFmeasure | MAE | Smeasure | meanEm | HCE | maxEm | meanFm | adpEm | adpFm | mBA | maxBIoU | meanBIoU |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| DIS-VD | BiRefNet_lite-2K-general--epoch_232 | .867 | .831 | .045 | .879 | .919 | 952 | .925 | .858 | .916 | .847 | .796 | .750 | .739 |
| TE-P3M-500-NP | BiRefNet_lite-2K-general--epoch_232 | .993 | .986 | .009 | .975 | .986 | .000 | .993 | .985 | .833 | .873 | .825 | .921 | .891 |
Remember to set the resolution of input images to 2K (2560, 1440) for better results when using this model.
@article{zheng2024birefnet,
title={Bilateral Reference for High-Resolution Dichotomous Image Segmentation},
author={Zheng, Peng and Gao, Dehong and Fan, Deng-Ping and Liu, Li and Laaksonen, Jorma and Ouyang, Wanli and Sebe, Nicu},
journal={CAAI Artificial Intelligence Research},
volume = {3},
pages = {9150038},
year={2024}
}