Skip to content

Commit eaacb56

Browse files
Update train_manager.py
Update to class_config.yaml
1 parent 24fbd46 commit eaacb56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

annotation_tool/controllers/classification/train_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def __init__(self, main_window):
227227
self.base_dir = os.path.abspath(os.path.join(os.path.dirname(__file__), "..", ".."))
228228

229229
# Path to the base classification config file
230-
self.config_path = os.path.join(self.base_dir, "config.yaml")
230+
self.config_path = os.path.join(self.base_dir, "class_config.yaml")
231231

232232
# Connect UI buttons to start/stop handlers
233233
self.ui.btn_start_train.clicked.connect(self.start_training)

0 commit comments

Comments
 (0)