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

  • Log In
  • Sign Up

hchcsuim
/
batch-size16_FFPP-raw_opencv-1FPS_faces-expand0-aligned_unaugmentation_seed-42_226_2080S

Image Classification
Transformers
TensorBoard
Safetensors
swin
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use hchcsuim/batch-size16_FFPP-raw_opencv-1FPS_faces-expand0-aligned_unaugmentation_seed-42_226_2080S with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use hchcsuim/batch-size16_FFPP-raw_opencv-1FPS_faces-expand0-aligned_unaugmentation_seed-42_226_2080S with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="hchcsuim/batch-size16_FFPP-raw_opencv-1FPS_faces-expand0-aligned_unaugmentation_seed-42_226_2080S")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForImageClassification
    
    processor = AutoImageProcessor.from_pretrained("hchcsuim/batch-size16_FFPP-raw_opencv-1FPS_faces-expand0-aligned_unaugmentation_seed-42_226_2080S")
    model = AutoModelForImageClassification.from_pretrained("hchcsuim/batch-size16_FFPP-raw_opencv-1FPS_faces-expand0-aligned_unaugmentation_seed-42_226_2080S")
  • Notebooks
  • Google Colab
  • Kaggle
batch-size16_FFPP-raw_opencv-1FPS_faces-expand0-aligned_unaugmentation_seed-42_226_2080S / runs
35.1 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
hchcsuim's picture
hchcsuim
Model save
11019ac verified almost 2 years ago
  • Jul07_20-29-32_Lab4
    Model save almost 2 years ago