You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mask count mismatch counts the number of requests where the number of masks differ from the baseline.
36
34
For example, the baseline may have chosen to segment an image into 18 masks, but the fast variant produces 17 or 19.
37
35
We exclude these examples from the mIoU calculation.
38
36
37
+
The 'ao' mode is a copy of the baseline with modifications to make the code compile-able and improve the performance of fast.
38
+
39
+
### 0. Download checkpoints and install requirements
40
+
41
+
```
42
+
pip install -r requirements.txt
43
+
```
44
+
45
+
Download `sam2.1_hiera_large.pt` from https://github.com/facebookresearch/sam2?tab=readme-ov-file#download-checkpoints and put it into `~/checkpoints/sam2`
0 commit comments