modify 1:1 比对方式

This commit is contained in:
王庆刚
2024-12-05 10:23:03 +08:00
parent 8bbee310ba
commit 1e6c5deee4
18 changed files with 728 additions and 398 deletions

View File

@ -136,6 +136,8 @@ def stdfeat_infer(imgPath, featPath, bcdSet=None):
continue
featpath = os.path.join(featPath, f"{bcd}.pickle")
# if os.path.isfile(featpath):
# continue
stdbDict = {}
t1 = time.time()