feat(data): implement damage files index generation and data processing
Closes #38
This commit is contained in:
7
data/QUGS/test.py
Normal file
7
data/QUGS/test.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from convert import *
|
||||
from joblib import dump
|
||||
|
||||
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")
|
||||
Reference in New Issue
Block a user