modify pipeline.py

This commit is contained in:
王庆刚
2025-01-13 17:35:15 +08:00
parent 3d13b0d9c5
commit a50f777839
12 changed files with 322 additions and 211 deletions

View File

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