We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24fbd46 commit eaacb56Copy full SHA for eaacb56
1 file changed
annotation_tool/controllers/classification/train_manager.py
@@ -227,7 +227,7 @@ def __init__(self, main_window):
227
self.base_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", ".."))
228
229
# Path to the base classification config file
230
- self.config_path = os.path.join(self.base_dir, "config.yaml")
+ self.config_path = os.path.join(self.base_dir, "class_config.yaml")
231
232
# Connect UI buttons to start/stop handlers
233
self.ui.btn_start_train.clicked.connect(self.start_training)
0 commit comments