Metadata-Version: 2.4
Name: sam3_tiny
Version: 0.0.3
Summary: SAM3 (Segment Anything Model 3) implementation
Project-URL: Homepage, https://github.com/facebookresearch/sam3
Project-URL: Bug Tracker, https://github.com/facebookresearch/sam3/issues
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: timm>=1.0.17
Requires-Dist: numpy<2,>=1.26; python_version < "3.13"
Requires-Dist: numpy<3,>=2; python_version >= "3.13"
Requires-Dist: tqdm
Requires-Dist: ftfy==6.1.1
Requires-Dist: regex
Requires-Dist: iopath>=0.1.10
Requires-Dist: huggingface-hub
Requires-Dist: einops>=0.8.2
Dynamic: license-file
