Loading...
Loading...
Compare original and translation side by side
| User intent | Action |
|---|---|
| Install SAM 3 and run first inference | Follow setup in |
| Add SAM 3 to an existing Python app | Generate starter code with |
| Verify environment before setup/inference | Run |
| Fine-tune on custom data | Use |
| Run SA-Co benchmarks or eval custom predictions | Use eval commands in |
| Debug runtime failures | Run the troubleshooting checklist in |
| 用户意图 | 操作 |
|---|---|
| 安装SAM 3并运行首次推理 | 遵循 |
| 将SAM 3添加到现有Python应用 | 使用 |
| 在设置/推理前验证环境 | 运行 |
| 在自定义数据上微调 | 使用 |
| 运行SA-Co基准测试或评估自定义预测结果 | 使用 |
| 调试运行时故障 | 遵循 |
facebook/sam3facebook/sam3conda create -n sam3 python=3.12 -y
conda activate sam3
pip install torch==2.7.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/cu126
git clone https://github.com/facebookresearch/sam3.git
cd sam3
pip install -e .hf auth loginpython scripts/sam3_preflight_check.py --strictreferences/setup-and-inference.mdconda create -n sam3 python=3.12 -y
conda activate sam3
pip install torch==2.7.0 torchvision torchaudio --index-url https://download.pytorch.org/whl/cu126
git clone https://github.com/facebookresearch/sam3.git
cd sam3
pip install -e .hf auth loginpython scripts/sam3_preflight_check.py --strictreferences/setup-and-inference.mdpython scripts/create_inference_starter.py --mode image --output ./sam3_smoke.pypython scripts/create_inference_starter.py --mode image --output ./sam3_smoke.pyreferences/setup-and-inference.mdSam3Processorbuild_sam3_video_predictorreferences/training-and-eval.mdsam3/train/configsreferences/training-and-eval.mdscripts/eval/goldscripts/eval/silverscripts/eval/vevalreferences/setup-and-inference.mdSam3Processorbuild_sam3_video_predictorreferences/training-and-eval.mdsam3/train/configsreferences/training-and-eval.mdscripts/eval/goldscripts/eval/silverscripts/eval/vevalsam3.model_buildersam3.model_builderreferences/setup-and-inference.mdreferences/training-and-eval.mdscripts/create_inference_starter.pyscripts/sam3_preflight_check.pyreferences/setup-and-inference.mdreferences/training-and-eval.mdscripts/create_inference_starter.pyscripts/sam3_preflight_check.py