FinalAPPR's picture
Update README.md
b3d5903 verified
|
Raw
History Blame Contribute Delete
1.05 kB
metadata
license: gpl-3.0
library_name: ultralytics
pipeline_tag: object-detection
tags:
  - yolo
  - yolo11
  - object-detection
  - pytorch
  - miku-detector
base_model:
  - Ultralytics/YOLO11

Miku Detector YOLO11x

YOLO11x detector weights for Miku detection.

License

This repository, including the code and model weights, is released under the GNU General Public License v3.0.

Files

  • miku_detector_yolo11x.pt: YOLO11x weights.

Usage

from ultralytics import YOLO

model = YOLO("miku_detector_yolo11x.pt")
results = model("image.jpg")

Miku Detector

Detects Miku, literally.

The code in this repository is a simple streamlit WebUI for you to play with Miku Detector.

Go to this link to try the demo!

Model evaluation assets

Confusion Matrix Normalized Confusion Matrix F1 Curve P Curve PR Curve R Curve