ultralytics / yolo-flutter-app

A Flutter plugin for Ultralytics YOLO computer vision models
https://ultralytics.com
GNU Affero General Public License v3.0
36 stars 14 forks source link

ultralytics version compatibility issue with yolov8n-cls model #29

Closed MayThazinPhyo closed 3 weeks ago

MayThazinPhyo commented 3 weeks ago

I trained a yolov8n-cls (yolov8 classification model) on ultralytics version 8.2.2. The trained classification model does not work on the environment where ultralytics version is 8.0.210. Does it mean yolov8n-cls model is not compatible with the version < 8.2.2 ? Additionally, yolov8n-cls tranined on environment where ultralytics vesrsion 8.0.210, does not work on the enviornment of ultralytics version: 8.2.2. How can I solve that issue?