Update my_model/results/demo.py
Browse files- my_model/results/demo.py +1 -1
my_model/results/demo.py
CHANGED
@@ -24,7 +24,7 @@ class ResultDemonstrator:
|
|
24 |
"""
|
25 |
# Load data
|
26 |
self.main_data = pd.read_excel(config.EVALUATION_DATA_PATH, sheet_name="Main Data")
|
27 |
-
self.sample_img_pool = list(os.listdir(
|
28 |
self.model_names = config.MODEL_NAMES
|
29 |
self.model_configs = config.MODEL_CONFIGURATIONS
|
30 |
|
|
|
24 |
"""
|
25 |
# Load data
|
26 |
self.main_data = pd.read_excel(config.EVALUATION_DATA_PATH, sheet_name="Main Data")
|
27 |
+
self.sample_img_pool = list(os.listdir(config.DEMO_IMAGES_PATH))
|
28 |
self.model_names = config.MODEL_NAMES
|
29 |
self.model_configs = config.MODEL_CONFIGURATIONS
|
30 |
|