Implementation of SAM3 (Segment Anything Model 3) from Facebook Research. Version 0.1.4, early release with frequent updates.
pip install sam3No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize SAM3 predictor with model type and checkpoint.
Use `from sam3 import Sam3Predictor`.
Download checkpoint from https://github.com/facebookresearch/sam3/releases.
Pass `device="cuda"` explicitly or check `torch.cuda.is_available()`.