Instructions to use FinalAPPR/miku-detector-yolo11x with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use FinalAPPR/miku-detector-yolo11x with ultralytics:
# Couldn't find a valid YOLO version tag. # Replace XX with the correct version. from ultralytics import YOLOvXX model = YOLOvXX.from_pretrained("FinalAPPR/miku-detector-yolo11x") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
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
- Downloads last month
- 62
Model tree for FinalAPPR/miku-detector-yolo11x
Base model
Ultralytics/YOLO11




