Miscs for Interro31
This commit is contained in:
@@ -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...")
|
||||
|
||||
Reference in New Issue
Block a user