Samtool Supported | Models New!
SAMtool Supported Models
SAMtool (Segment Anything Model tool) provides a unified interface for various promptable segmentation models. Below is the complete list of officially supported model architectures and specific weight variants as of the latest release (v1.2.0).
Galaxy Note Series
- Note 8 (N950) – Full support
- Note 9 (N960) – Full support
- Note 10 series (N970, N975, N971) – Partial (FRP only, no network repair on Android 11+)
- Note 20 series (N980, N981, N985, N986) – FRP only (Exynos 990 models only)
- M01 (M015) – Full support
- M11 (M115) – Full support (Qualcomm)
- M12 (M127) – Full support (Exynos 850)
- M21 (M215) – Full support (Exynos 9611)
- M31 (M315) – Full support (Exynos 9611)
- M32 (M325) – Full support (Mediatek G85)
- M33 (M336) – FRP Only (Exynos 1280)
- M42 (M426) – Partial
- M51 (M515) – Full support (Snapdragon 730 – via EDL)
- F12 (F127) – Full support
- F22 (F225) – Full support
- F41 (F415) – Full support
# Sort using a memory buffer appropriate for the model's output
samtools sort -@ 8 -m 4G -o sorted.bam output.bam
samtools depth -a -b regions.bed in.bam | \
awk 'sum+=$3 END print sum/NR' # Mean depth per region
Mobile / Edge-efficient models