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

@ -171,16 +171,6 @@ def calc_simil(event, stdfeat):
return Similar
@ -345,20 +335,6 @@ def main():
simi_matrix()
if __name__ == "__main__":