modify pipeline.py
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user