fix: weights folder

This commit is contained in:
源文雨
2023-08-30 00:27:23 +08:00
parent 417c1e58a1
commit 1890584496
5 changed files with 6 additions and 6 deletions

View File

@@ -89,6 +89,6 @@ def main(path, root):
if __name__ == "__main__":
query_path = r"weights\mi v3.pth"
reference_root = r"weights"
query_path = r"assets\weights\mi v3.pth"
reference_root = r"assets\weights"
main(query_path, reference_root)