MikeLud1
IPCT Contributor
It downsize it to 640 if deepstack is set to High, 416 if set to Medium, and 256 if set to Low.That's not a BI thing, it's what DS needs to see. I think it downsizes to 720 or 1080, more than likely 720 level. Faulty, old, memory so I can't say for certain.
DeepStack Code
Code:
PROFILE_SETTINGS = {
"desktop_cpu": Settings(
DETECTION_HIGH=640,
DETECTION_MEDIUM=416,
DETECTION_LOW=256,
DETECTION_MODEL="yolov5m.pt",
FACE_HIGH=416,
FACE_MEDIUM=320,
FACE_LOW=256,
FACE_MODEL="face.pt",
SUPERRESOLUTION_MODEL="bebygan_x4.pth",
),
"desktop_gpu": Settings(
DETECTION_HIGH=640,
DETECTION_MEDIUM=416,
DETECTION_LOW=256,
DETECTION_MODEL="yolov5m.pt",
FACE_HIGH=416,
FACE_MEDIUM=320,
FACE_LOW=256,
FACE_MODEL="face.pt",
SUPERRESOLUTION_MODEL="bebygan_x4.pth",