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
| 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 | |
|  | |
|  | |
|  | |
|  | |
|  | |
|  |