Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

fashn-ai
/
fashn-human-parser

Image Segmentation
Transformers
Safetensors
English
segformer
human-parsing
semantic-segmentation
fashion
virtual-try-on
Model card Files Files and versions
xet
Community

Instructions to use fashn-ai/fashn-human-parser with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use fashn-ai/fashn-human-parser with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-segmentation", model="fashn-ai/fashn-human-parser")
    # Load model directly
    from transformers import AutoImageProcessor, SegformerForSemanticSegmentation
    
    processor = AutoImageProcessor.from_pretrained("fashn-ai/fashn-human-parser")
    model = SegformerForSemanticSegmentation.from_pretrained("fashn-ai/fashn-human-parser")
  • Inference
  • Notebooks
  • Google Colab
  • Kaggle
fashn-human-parser
256 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
Dan Bochman
docs: add link to HuggingFace Space demo
1f80c34 4 months ago
  • .gitattributes
    1.56 kB
    docs: add example visualization to model card 4 months ago
  • README.md
    4.93 kB
    docs: add link to HuggingFace Space demo 4 months ago
  • config.json
    1.65 kB
    Initial release: FASHN Human Parser - SegFormer-B4 for human parsing 4 months ago
  • model.safetensors
    256 MB
    xet
    Initial release: FASHN Human Parser - SegFormer-B4 for human parsing 4 months ago
  • preprocessor_config.json
    340 Bytes
    Initial release: FASHN Human Parser - SegFormer-B4 for human parsing 4 months ago