Salimshakeel's picture
fix build
9104277
raw
history blame contribute delete
118 Bytes
import os
import torch
FRAME_RATE = 15
SCORE_THRESHOLD = 0.4
DEVICE = "cuda" if torch.cuda.is_available() else "cpu"