Miscs for Interro31

This commit is contained in:
2026-06-06 09:27:48 +02:00
parent 9e8b9ac191
commit 80d06e4693
9 changed files with 35 additions and 31 deletions
+2
View File
@@ -155,6 +155,8 @@ def worker_thread(base_dir, files_to_process, all_labels):
class ImageViewer:
def __init__(self, root, base_dir):
self.root = root
self.root.resizable(False, False) # If you resize, coordinates will be wrong
self.base_dir = base_dir
self.root.title("Bounding Box Viewer")
self.label = tk.Label(root, text="Waiting for images...")