FinalAPPR's picture
Update README.md
b3d5903 verified
|
Raw
History Blame Contribute Delete
1.05 kB
---
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
```python
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](https://mikudet.finalappr.dev) to try the demo!
# Model evaluation assets
![Confusion Matrix](./assets/confusion_matrix.png)
![Normalized Confusion Matrix](./assets/confusion_matrix_normalized.png)
![F1 Curve](./assets/F1_curve.png)
![P Curve](./assets/P_curve.png)
![PR Curve](./assets/PR_curve.png)
![R Curve](./assets/R_curve.png)