Browse Source

changed paths

bscheibel 3 years ago
parent
commit
efa8f96a47
1 changed files with 2 additions and 3 deletions
  1. 2 3
      main.py

+ 2 - 3
main.py

@@ -8,9 +8,8 @@ import sys
 import csv
 import numpy as np
 
-with open('/home/bscheibel/PycharmProjects/clustering/config.txt', 'r') as file:
-    config_path = file.read()
-    print("Path: ", config_path)
+
+config_path = "/home/bscheibel/technical_drawings_extraction"
 
 
 def distance_knn(dm):