segment-anything icon indicating copy to clipboard operation
segment-anything copied to clipboard

Ask for MAE Pretrained Encoder used for weight initialization before training.

Open Syloveslife opened this issue 1 year ago • 1 comments

Syloveslife avatar Jan 15 '24 14:01 Syloveslife

The code references the detectron2 github repo and the ViTDet models. There happens to be a set of download links for pretrained ViTDet models on that same repo: https://github.com/facebookresearch/detectron2/tree/main/projects/ViTDet

I don't know if they've explicitly said which set of weights they used as a starting point for SAM, but my best guess would be that it's one of the ViTDet models listed on that page (or something closely related).

heyoeyo avatar Jan 15 '24 15:01 heyoeyo