facebookresearch / segment-anything

The repository provides code for running inference with the SegmentAnything Model (SAM), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.
Apache License 2.0
47.9k stars 5.67k forks source link

How can I train the model of SAM by myself? #653

Open kuazhangxiaoai opened 11 months ago

kuazhangxiaoai commented 11 months ago

How can I train the model of SAM by myself? Could you show the code about the processing of training? Thanks for your answers.

elenacliu commented 11 months ago

same question

BuKeMod commented 11 months ago

same question

JasonKitty commented 10 months ago

Same

NielsRogge commented 10 months ago

Refer to my tutorial here https://github.com/facebookresearch/segment-anything/issues/355

Vishawjeet-rmsl commented 1 month ago

Hi @NielsRogge , I think what they mean is training from scratch, and not fine tuning.