update gitignore

simplify paths
remove runs folder
This commit is contained in:
Alex Bezdieniezhnykh
2024-06-10 09:07:13 +03:00
parent 3bd34134d2
commit 2325fd0916
3 changed files with 15 additions and 22 deletions
-4
View File
@@ -7,7 +7,3 @@ current_dataset_dir = os.path.join('datasets', 'zombobase-current')
current_images_dir = os.path.join(current_dataset_dir, 'images')
current_labels_dir = os.path.join(current_dataset_dir, 'labels')
annotation_classes = AnnotationClass.read_json()
prefix = 'zombobase-'
today_dataset = os.path.join('datasets', f'{prefix}{datetime.now():%Y-%m-%d}')