FeyNobg / README.md
not-lain's picture
Push model using huggingface_hub.
93b0557 verified
|
Raw
History Blame Contribute Delete
1.23 kB
metadata
library_name: nobg
tags:
  - birefnet
  - model_hub_mixin
  - nobg
  - pytorch_model_hub_mixin

This model has been pushed to the Hub using the PytorchModelHubMixin integration.

Library: nobg

how to load

pip install nobg

use the AutoModel class

from nobg import AutoModel
model = AutoModel.from_pretrained("nobg/FeyNobg")

or you can use the model class directly

from nobg import BiRefNet
model = BiRefNet.from_pretrained("nobg/FeyNobg")

Citation

If you use this model, please cite:

@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},
  url={https://arxiv.org/abs/2401.03407},
}

Contributions

Any contributions are welcome at https://github.com/feyninc/nobg