autodistill / autodistill-yolov8

YOLOv8 Target Model plugin for Autodistill
https://docs.autodistill.com
GNU Affero General Public License v3.0
40 stars 9 forks source link

Is related to FastSAM ? #2

Closed mahimairaja closed 1 year ago

mahimairaja commented 1 year ago

Asking out of curiosity. Since the the framework is named with yolov8, by any chance is this work related to FastSAM?

yeldarby commented 1 year ago

It is but only in a parallel development type of way. FastSAM trains YOLOv8 on the classless output of SAM to mimic SAM as a generic segmentation model. Autodistill is used to label data specifically for specific classes/use-cases.