| # 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', | |
| } |
| # 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', | |
| } |