# yolos | | | |---|---| | **Model type** | `yolos` | | **Class** | `YolosForObjectDetection` | | **Task** | `object-detection` | | **Source** | `models/yolos.py` | ## Description YOLOS model for object detection. ## Usage ```bash mobius build --model output_dir/ ``` ```python from mobius import build model = build("") ```