Skip to content

Commit 19f99d1

Browse files
Update viewer.py
Updat to Video Annotation Tool
1 parent 50b864d commit 19f99d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

annotation_tool/viewer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class ActionClassifierApp(QMainWindow):
3434
def __init__(self) -> None:
3535
super().__init__()
3636

37-
self.setWindowTitle("SoccerNet Pro Analysis Tool")
37+
self.setWindowTitle("Video Annotation Tool")
3838
self.setGeometry(100, 100, 600, 400)
3939

4040
# --- MVC wiring ---

0 commit comments

Comments
 (0)