face-id / controllers /config.py
HSB3119-22080292-daothivananh
deloy
6498fe6
raw
history blame contribute delete
287 Bytes
# Tên file: config.py
opt = {
"img-size": 640,
"conf-thres": 0.5,
"iou-thres": 0.15,
"device": 'cpu', # Đổi thành '0' nếu bạn có card rời NVIDIA
}
scan_opt = {
"img-size": 640,
"conf-thres": 0.5,
"iou-thres": 0.15,
"device": 'cpu',
}