Views
No views yet
Face_CoveredFace_Uncoveredweights/best.pt: published YOLOv8 checkpointexports/best_full_integer_quant.tflite: optional quantized export copied from local training1from ultralytics import YOLO
2
3model = YOLO("weights/best.pt")
4results = model("example.jpg")training/. After training, push the latest model and Space snapshots with:python scripts/push_hf.py