File size: 287 Bytes
6498fe6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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',  
}