Skip to content

Commit e45defa

Browse files
MateuszGrabuszynskiko80
authored andcommitted
[typo] Update scripts/text-detection.py plot title
Co-authored-by: Konstantin Ilichev <2067613@gmail.com> Signed-off-by: Mateusz Grabuszyński <mgrabuszynski@gmail.com>
1 parent f7bd1da commit e45defa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/text-detection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def main():
9898
cap.release()
9999

100100
plt.plot(time_differences, marker='o')
101-
plt.title('Media Communication Mesh Latency')
101+
plt.title('Media Communications Mesh Latency')
102102
plt.xlabel('Frame Index')
103103
plt.ylabel('Measured latency (ms)')
104104
plt.grid(True)

0 commit comments

Comments
 (0)