facebookresearch / facebookresearch/sam3

Missing modules after installation

Open Beginner friendly
#252 5 comments 10 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
11.7k
Forks
1.8k
PR merge metrics
No merged PRs in 30d

Description

After installing SAM3 following the [instruction](https://github.com/facebookresearch/sam3?tab=readme-ov-file#installation) and try to run one of [jupyter notebook,](https://github.com/facebookresearch/sam3/blob/main/examples/sam3_video_predictor_example.ipynb) a lot of modules are missing.

On windows, here is what I had to install :

```bash
pip install einops
pip install triton-windows
pip install decord
pip install pycocotools
```

Note that for linux you can use the `pip install triton` directly

Best,
Benjamin

Contributor guide

Open the contributing guide

Research direction

Start with the README installation instructions and the linked examples/sam3_video_predictor_example.ipynb, then run the notebook in a fresh installation to reproduce the missing-module errors. Compare its imports with the documented dependencies, and consider the issue complete when the installation instructions cover the required packages for the reported platforms and the notebook starts successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
jupyter-notebook, python
Domain
build-system, machine-learning
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
64/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.