Conversation
|
@darkSuperman |
|
@jamjamjon Uh oh, it seems that exporting to YOLOE-26 turns it into a regular YOLO-26 model and no longer supports prompts. ultralytics/ultralytics#23250 (comment) |
|
@darkSuperman For algorithms like YOLOE and YOLO-World, to improve deployment portability, the text prompt is often directly fused into the model, turning it into a lightweight YOLO-seg model. This means the model loses its ability to accept text prompts. In practice, there are generally two approaches:
In Therefore, support for YOLOE-26 still requires reviewing the corresponding implementation in detail. |
|
@darkSuperman Both prompt-free and prompt-based YOLOE-26 are now supported. Code refinements for improved performance are coming next. |

No description provided.