refactor(data): update type annotations for damage files index and related classes. Need better implementation
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
from convert import *
|
||||
from joblib import dump
|
||||
from joblib import dump, load
|
||||
|
||||
a = generate_damage_files_index(
|
||||
num_damage=6, file_index_start=1, col=5, base_path="D:/thesis/data/dataset_A"
|
||||
)
|
||||
dump(DataProcessor(file_index=a), "D:/cache.joblib")
|
||||
# a = generate_damage_files_index(
|
||||
# num_damage=6, file_index_start=1, col=5, base_path="D:/thesis/data/dataset_A"
|
||||
# )
|
||||
# dump(DataProcessor(file_index=a), "D:/cache.joblib")
|
||||
a = load("D:/cache.joblib")
|
||||
|
||||
Reference in New Issue
Block a user