From fb602f6dcef78c6d70a465db98e60301b828ec81 Mon Sep 17 00:00:00 2001 From: Nikolai Petukhov Date: Wed, 28 Feb 2024 17:53:36 -0300 Subject: [PATCH] remove cache_dir from globals --- train/src/globals.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/train/src/globals.py b/train/src/globals.py index 1f8024f..f64fb9a 100644 --- a/train/src/globals.py +++ b/train/src/globals.py @@ -33,5 +33,3 @@ train_counter, val_counter = 0, 0 center_matches = {} keypoints_template = None - -cache_dir = "/apps_cache" \ No newline at end of file