diff --git a/toolbox/ui.py b/toolbox/ui.py index fe51e73..d50f30c 100644 --- a/toolbox/ui.py +++ b/toolbox/ui.py @@ -274,7 +274,9 @@ class UI(QDialog): if datasets_root is None or len(datasets) == 0: msg = "Warning: you d" + ("id not pass a root directory for datasets as argument" \ if datasets_root is None else "o not have any of the recognized datasets" \ - " in %s" % datasets_root) + " in %s \n" \ + "Please note use 'E:\datasets' as root path " \ + "instead of 'E:\datasets\aidatatang_200zh\corpus\test' as an example " % datasets_root) self.log(msg) msg += ".\nThe recognized datasets are:\n\t%s\nFeel free to add your own. You " \ "can still use the toolbox by recording samples yourself." % \