open-mmlab / mmdetection

OpenMMLab Detection Toolbox and Benchmark
https://mmdetection.readthedocs.io
Apache License 2.0
29.71k stars 9.48k forks source link

Support for Segment Anything #10781

Open crypdick opened 1 year ago

crypdick commented 1 year ago

Describe the feature Allow transfer learning using FAIR's Segment Anything Model (SAM), which is a ViT under the hood.

Motivation

SAM is an Apache-licensed instance segmentation model trained on over a billion images. They claim that is a foundation model for instance segmentation.

Support for fine-tuning SAM is one of the most requested features in the downstream repository (see https://github.com/facebookresearch/segment-anything/issues/5).

Related resources Official website, with demo SAM weights from the official repo Semantic-SAM timm implementation (for classification)

hhaAndroid commented 1 year ago

@crypdick Thank you very much for your interest. We will soon support RSPrompter, which includes fine-tuning capabilities.

VeeranjaneyuluToka commented 6 months ago

Do we have support for this yet?

fpshuang commented 5 months ago

插眼