|
Algorithm 1 An algorithm proposed to develop a robust and fast predictive maintenance system based on thermographic images |
-
1:
Select industrial equipment
-
2:
Generate thermographic labeled dataset (reference + abnormal conditions)
-
3:
process_time ← thermographic data processing
-
4:
ROI candidates ← importance analysis
-
Ensure:
Sort ROIs in descending order of importance
-
5:
while metric((N+1)) < metric(N)do
-
6:
(N+1)
-
7:
end while
-
8:
for feature in features do
-
9:
metric(feature)
-
10:
end for
-
11:
max(metric(feature))
-
12:
for model in models do
-
13:
train_time(model)
-
14:
prediction_time(model)
-
15:
metric(model)
-
16:
end for
-
17:
optimize(process_time, train_time, prediction_time, metric)
|