forked from wffjwbbf/ComDesignProject
ignore file update
This commit is contained in:
parent
e8b71de1e1
commit
56fb760280
|
|
@ -7,4 +7,4 @@
|
|||
*.pth
|
||||
*label*
|
||||
result.txt
|
||||
rank10_detection.txt
|
||||
rank10_detection*.txt
|
||||
6
param.py
6
param.py
|
|
@ -4,14 +4,14 @@ class Parameters(object):
|
|||
def __init__(self) -> None:
|
||||
self.weights_yolo = "./best.pt"
|
||||
self.weights_reid = "./resnet18.pth"
|
||||
self.conf_thres = 0.30
|
||||
self.conf_thres = 0.40
|
||||
self.iou_thres = 0.60
|
||||
self.device = torch.device("cuda:0" if torch.cuda.is_available() else "cpu")
|
||||
self.nosave = False
|
||||
self.classes = [0]
|
||||
self.agnostic_nms = None
|
||||
self.augment = None
|
||||
self.query_index = 5
|
||||
self.gallary_index= 6
|
||||
self.query_index = 1
|
||||
self.gallary_index= 2
|
||||
pass
|
||||
|
||||
Loading…
Reference in New Issue