File size: 115 Bytes
6723494
 
 
 
 
 
 
1
2
3
4
5
6
7
8
import torch

from pathlib import Path

DATA_ROOT = Path("data")
DEVICE = torch.device("cpu")
MODEL = "mobile_sam"