@@ -38,7 +38,7 @@ tmp_folder = "tmp" # tmp file. It is going to be created inside 'img_path'
save_img_sug_folder="Classif_by_categ"# folder where we are going to create suggestes images. It is going to be created inside 'img_path'
python_script_path="/users/fernandez-ruiz/scatteringimage/python/"# Where are python scripts. Remember that all of them should be in the same folder
matlab_path="/users/fernandez-ruiz/scatteringimage/matlab/"# Where are matlab scripts. Remember that all of them should be in the same folder
retrain_model_path="/home/dpt/fernandez-ruiz/TF_Results/GUI_Core/"# "output_labels.py", "output_graph.pb" should be in this folder. (files from retrain.py)
retrain_model_path="/users/fernandez-ruiz/scatteringimage/models/Sphere/"# "output_labels.py", "output_graph.pb" should be in this folder. (files from retrain.py)
categ_search="1"# [0: bad guinier, 1: good guinier, 2: one ring, 3: two or three rings, 4: four or five rings,
# 5: more than five rings, 6: bad background images, 7: background image]
num_clusters="8"# number of clusters we are going to study
# retrain_model_path = "/home/dpt/fernandez-ruiz/TF_Results/sphere_7_improved/" # "output_labels.py", "output_graph.pb" should be in this folder. (files from retrain.py)
# retrain_model_path = "users/fernandez-ruiz/scatteringimage/models/Sphere/" # "output_labels.py", "output_graph.pb" should be in this folder. (files from retrain.py)