Updating jetson installation parts.

This commit is contained in:
Daniel
2025-02-05 10:33:02 +01:00
parent 3eb7696e31
commit b286efeb86
3 changed files with 42 additions and 32 deletions

View File

@ -63,9 +63,6 @@ def update_sample(sample, new_dir=""):
def main():
# Manually set matplotlib backend
matplotlib.use("TkAgg")
for dirname in sorted(os.listdir(test_img_dir)):
dirpath = os.path.join(test_img_dir, dirname)