单目3D初始代码

This commit is contained in:
zhao.zhu
2026-06-24 09:35:46 +08:00
commit 04a5895b6b
1153 changed files with 340700 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
# Ultralytics 🚀 AGPL-3.0 License - https://ultralytics.com/license
from .model import SAM
from .predict import (
Predictor,
SAM2DynamicInteractivePredictor,
SAM2Predictor,
SAM2VideoPredictor,
SAM3Predictor,
SAM3SemanticPredictor,
SAM3VideoPredictor,
SAM3VideoSemanticPredictor,
)
__all__ = (
"SAM",
"Predictor",
"SAM2DynamicInteractivePredictor",
"SAM2Predictor",
"SAM2VideoPredictor",
"SAM3Predictor",
"SAM3SemanticPredictor",
"SAM3VideoPredictor",
"SAM3VideoSemanticPredictor",
) # tuple or list of exportable items