mirror of
https://github.com/we0091234/yolov8-plate.git
synced 2025-12-24 12:47:58 +08:00
459 B
459 B
nn Module
Ultralytics nn module contains 3 main components:
- AutoBackend: A module that can run inference on all popular model formats
- BaseModel:
BaseModelclass defines the operations supported by tasks like Detection and Segmentation - modules: Optimized and reusable neural network blocks built on PyTorch.
AutoBackend
:::ultralytics.nn.autobackend.AutoBackend
BaseModel
:::ultralytics.nn.tasks.BaseModel
Modules
TODO