mirror of
https://github.com/azaion/ai-training.git
synced 2026-04-22 11:06:35 +00:00
update gitignore
simplify paths remove runs folder
This commit is contained in:
@@ -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}')
|
||||
Reference in New Issue
Block a user