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